mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-25 12:05:54 +00:00
Fix: unused dummy property removed
This commit is contained in:
parent
fd9ed56c54
commit
99271828ae
1 changed files with 1 additions and 0 deletions
1
main.qml
1
main.qml
|
@ -55,6 +55,7 @@ ApplicationWindow {
|
||||||
property alias password : passwordDialog.password
|
property alias password : passwordDialog.password
|
||||||
property int splashCounter: 0
|
property int splashCounter: 0
|
||||||
property bool isNewWallet: false
|
property bool isNewWallet: false
|
||||||
|
|
||||||
// true if wallet ever synchronized
|
// true if wallet ever synchronized
|
||||||
property bool walletInitialized : false
|
property bool walletInitialized : false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue