Merge pull request #3767

d922c91 main: hide TitleBar when MerchantTitleBar is visible (rating89us)
This commit is contained in:
luigi1111
2021-12-02 00:16:15 -06:00

View File

@@ -259,9 +259,6 @@ ApplicationWindow {
walletPassword, walletPassword,
persistentSettings.nettype, persistentSettings.nettype,
persistentSettings.kdfRounds); persistentSettings.kdfRounds);
// Hide titlebar based on persistentSettings.customDecorations
titleBar.visible = persistentSettings.customDecorations;
} }
function closeWallet(callback) { function closeWallet(callback) {