aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml3
1 files changed, 0 insertions, 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) {