mirror of
https://github.com/monero-project/monero-gui
synced 2025-03-29 02:53:05 +01:00
AppWindow: append wallet name to window title
This commit is contained in:
parent
34b216e6dc
commit
e2a187f892
2
main.qml
2
main.qml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user