1
0

move wallet name to qewallet

This commit is contained in:
Sander van Grieken
2022-03-25 09:15:23 +01:00
parent ead4600da6
commit d427be70b2
5 changed files with 8 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import QtQml 2.6
Item {
id: rootItem
property string title: Daemon.walletName
property string title: Daemon.currentWallet.name
property QtObject menu: Menu {
id: menu