diff --git a/main.qml b/main.qml index b118c09b..23d87f43 100644 --- a/main.qml +++ b/main.qml @@ -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