From d922c91071f2c44af3481345f97ac12ecd027bd5 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Wed, 1 Dec 2021 16:48:14 +0100 Subject: [PATCH] main: hide TitleBar when MerchantTitleBar is visible --- main.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.qml b/main.qml index e736487e..3813b7d5 100644 --- a/main.qml +++ b/main.qml @@ -259,9 +259,6 @@ ApplicationWindow { walletPassword, persistentSettings.nettype, persistentSettings.kdfRounds); - - // Hide titlebar based on persistentSettings.customDecorations - titleBar.visible = persistentSettings.customDecorations; } function closeWallet(callback) {