forked from Public/monero-gui
AppWindow: append wallet name to window title
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user