1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-18 13:27:28 +01:00

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

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) {