aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-12-01 16:48:14 +0100
committerGitHub <noreply@github.com>2021-12-01 16:48:14 +0100
commitd922c91071f2c44af3481345f97ac12ecd027bd5 (patch)
treecb14286ca747c1943d7bc2c16e7407c9c7f5da54 /main.qml
parentc72729fa5db0d018b0929866fb847ac99e05086f (diff)
downloadmonzero-gui-d922c91071f2c44af3481345f97ac12ecd027bd5.tar.gz
monzero-gui-d922c91071f2c44af3481345f97ac12ecd027bd5.tar.xz
monzero-gui-d922c91071f2c44af3481345f97ac12ecd027bd5.zip
main: hide TitleBar when MerchantTitleBar is visible
Diffstat (limited to 'main.qml')
-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) {