mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 21:17:26 -04:00
Merge pull request #3942
8229979 Mining: save selected dropdown index (selsta)
This commit is contained in:
2
main.qml
2
main.qml
@@ -1373,6 +1373,8 @@ ApplicationWindow {
|
||||
property bool allow_p2pool_mining : false
|
||||
property bool allowRemoteNodeMining : false
|
||||
property bool miningIgnoreBattery : true
|
||||
property int miningModeSelected: 0
|
||||
property int chainDropdownSelected: 0
|
||||
property var nettype: NetworkType.MAINNET
|
||||
property int restore_height : 0
|
||||
property bool is_trusted_daemon : false // TODO: drop after v0.17.2.0 release
|
||||
|
||||
Reference in New Issue
Block a user