Merge pull request #2464

e2a187f AppWindow: append wallet name to window title (xiphon)
This commit is contained in:
luigi1111 2019-11-25 12:43:31 -06:00
commit c61d857a67
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -47,7 +47,7 @@ import "js/Windows.js" as Windows
ApplicationWindow { ApplicationWindow {
id: appWindow id: appWindow
title: "Monero" title: "Monero" + (walletName ? " - " + walletName : "")
property var currentItem property var currentItem
property bool hideBalanceForced: false property bool hideBalanceForced: false