mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Merge pull request #2464
e2a187f
AppWindow: append wallet name to window title (xiphon)
This commit is contained in:
commit
c61d857a67
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 {
|
||||
id: appWindow
|
||||
title: "Monero"
|
||||
title: "Monero" + (walletName ? " - " + walletName : "")
|
||||
|
||||
property var currentItem
|
||||
property bool hideBalanceForced: false
|
||||
|
|
Loading…
Reference in a new issue