diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-11-12 17:56:42 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-11-12 17:56:42 +0200 |
| commit | b8ea2ffc745edaa250f2da5b65b121469d5045df (patch) | |
| tree | d1671aaec8f0aa37e0b70fcc89bbcbb79725798e /main.qml | |
| parent | 6a62961747f0658a8c6f79e0e528a664b5cc46fc (diff) | |
| parent | 6136ef423946cd27959b0e60868c541857c21a15 (diff) | |
| download | monzero-gui-b8ea2ffc745edaa250f2da5b65b121469d5045df.tar.gz monzero-gui-b8ea2ffc745edaa250f2da5b65b121469d5045df.tar.xz monzero-gui-b8ea2ffc745edaa250f2da5b65b121469d5045df.zip | |
Merge pull request #156
6136ef4 Update main.qml (medusadigital)
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -607,11 +607,11 @@ ApplicationWindow { property string locale property string account_name property string wallet_path - property bool auto_donations_enabled : true + property bool auto_donations_enabled : false property int auto_donations_amount : 50 - property bool allow_background_mining : true - property bool testnet: true - property string daemon_address: "localhost:38081" + property bool allow_background_mining : false + property bool testnet: false + property string daemon_address: "localhost:18081" property string payment_id property int restore_height : 0 property bool is_recovering : false |
