1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-25 10:47:19 +01:00

AppWindow: append wallet name to window title

This commit is contained in:
xiphon 2019-11-23 22:03:28 +00:00
parent 34b216e6dc
commit e2a187f892

View File

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