mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 20:40:27 +00:00
commit
b8ea2ffc74
1 changed files with 4 additions and 4 deletions
8
main.qml
8
main.qml
|
@ -607,11 +607,11 @@ ApplicationWindow {
|
||||||
property string locale
|
property string locale
|
||||||
property string account_name
|
property string account_name
|
||||||
property string wallet_path
|
property string wallet_path
|
||||||
property bool auto_donations_enabled : true
|
property bool auto_donations_enabled : false
|
||||||
property int auto_donations_amount : 50
|
property int auto_donations_amount : 50
|
||||||
property bool allow_background_mining : true
|
property bool allow_background_mining : false
|
||||||
property bool testnet: true
|
property bool testnet: false
|
||||||
property string daemon_address: "localhost:38081"
|
property string daemon_address: "localhost:18081"
|
||||||
property string payment_id
|
property string payment_id
|
||||||
property int restore_height : 0
|
property int restore_height : 0
|
||||||
property bool is_recovering : false
|
property bool is_recovering : false
|
||||||
|
|
Loading…
Reference in a new issue