diff options
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ import "js/Windows.js" as Windows ApplicationWindow { id: appWindow - title: "Monero" + title: "Monero" + (walletName ? " - " + walletName : "") property var currentItem property bool hideBalanceForced: false |
