e2a187f AppWindow: append wallet name to window title (xiphon)
e2a187f
@ -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
The note is not visible to the blocked user.