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