forked from Public/monero-gui
Merge pull request #519
223f09d preparations for background mining requires #1827 (Jaquee)
This commit is contained in:
3
main.qml
3
main.qml
@@ -822,6 +822,7 @@ ApplicationWindow {
|
||||
property bool auto_donations_enabled : false
|
||||
property int auto_donations_amount : 50
|
||||
property bool allow_background_mining : false
|
||||
property bool miningIgnoreBattery : true
|
||||
property bool testnet: false
|
||||
property string daemon_address: "localhost:18081"
|
||||
property string payment_id
|
||||
@@ -861,7 +862,7 @@ ApplicationWindow {
|
||||
return;
|
||||
} else
|
||||
handleTransactionConfirmed()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
StandardDialog {
|
||||
|
||||
Reference in New Issue
Block a user