mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
AppWindow: append wallet name to window title
This commit is contained in:
parent
34b216e6dc
commit
e2a187f892
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue