Skip to content

Commit

Permalink
Merge pull request #3767
Browse files Browse the repository at this point in the history
d922c91 main: hide TitleBar when MerchantTitleBar is visible (rating89us)
  • Loading branch information
luigi1111 committed Dec 2, 2021
2 parents 901b4b0 + d922c91 commit 999bc21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,6 @@ ApplicationWindow {
walletPassword,
persistentSettings.nettype,
persistentSettings.kdfRounds);

// Hide titlebar based on persistentSettings.customDecorations
titleBar.visible = persistentSettings.customDecorations;
}

function closeWallet(callback) {
Expand Down

0 comments on commit 999bc21

Please sign in to comment.