AppWindow: append wallet name to window title

pull/2/head
xiphon 5 years ago
parent 34b216e6dc
commit e2a187f892

@ -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