From 6136ef423946cd27959b0e60868c541857c21a15 Mon Sep 17 00:00:00 2001 From: medusadigital Date: Sat, 12 Nov 2016 12:11:24 +0100 Subject: [PATCH] Update main.qml --- main.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.qml b/main.qml index 45f16595..00d7fd4f 100644 --- a/main.qml +++ b/main.qml @@ -606,11 +606,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