mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-14 04:16:33 +02:00
Fix: unused dummy property removed
This commit is contained in:
parent
fd9ed56c54
commit
99271828ae
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 New Issue
Block a user