aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
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