main: hide TitleBar when MerchantTitleBar is visible

This commit is contained in:
rating89us 2021-12-01 16:48:14 +01:00 committed by GitHub
parent c72729fa5d
commit d922c91071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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