Merge pull request #2464

e2a187f AppWindow: append wallet name to window title (xiphon)
pull/2/head
luigi1111 5 years ago
commit c61d857a67
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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