aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-10-08 01:21:27 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-10-10 00:19:39 +0300
commit99271828aeec560984feda1c3d4c8b179b778cf5 (patch)
treefe60631755a65035acd3293f7cf86285624d64a7
parentfd9ed56c545ae312bedaf26fd1f56b0070e86889 (diff)
downloadmonzero-gui-99271828aeec560984feda1c3d4c8b179b778cf5.tar.gz
monzero-gui-99271828aeec560984feda1c3d4c8b179b778cf5.tar.xz
monzero-gui-99271828aeec560984feda1c3d4c8b179b778cf5.zip
Fix: unused dummy property removed
-rw-r--r--main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index 97ea5738..214686da 100644
--- a/main.qml
+++ b/main.qml
@@ -55,6 +55,7 @@ ApplicationWindow {
property alias password : passwordDialog.password
property int splashCounter: 0
property bool isNewWallet: false
+
// true if wallet ever synchronized
property bool walletInitialized : false