1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-17 13:57:27 +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 { 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