forked from Public/monero-gui
3
main.qml
3
main.qml
@@ -818,6 +818,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
|
||||
@@ -857,7 +858,7 @@ ApplicationWindow {
|
||||
return;
|
||||
} else
|
||||
handleTransactionConfirmed()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
StandardDialog {
|
||||
|
||||
Reference in New Issue
Block a user