Merge pull request #156

6136ef4 Update main.qml (medusadigital)
This commit is contained in:
Riccardo Spagni 2016-11-12 17:56:42 +02:00
commit b8ea2ffc74
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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