Merge pull request #2376

5f81b57 TitleBar: show wallet name (selsta)
This commit is contained in:
luigi1111
2019-09-14 12:42:51 -05:00
2 changed files with 20 additions and 0 deletions

View File

@@ -296,6 +296,7 @@ ApplicationWindow {
middlePanel.getProofClicked.disconnect(handleGetProof);
middlePanel.checkProofClicked.disconnect(handleCheckProof);
appWindow.walletName = "";
currentWallet = undefined;
appWindow.showProcessingSplash(qsTr("Closing wallet..."));
@@ -1911,6 +1912,7 @@ ApplicationWindow {
TitleBar {
id: titleBar
visible: persistentSettings.customDecorations && middlePanel.state !== "Merchant"
walletName: appWindow.walletName
anchors.left: parent.left
anchors.right: parent.right
onCloseClicked: appWindow.close();