mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 02:34:36 +00:00
main: hide TitleBar when MerchantTitleBar is visible
This commit is contained in:
parent
c72729fa5d
commit
d922c91071
1 changed files with 0 additions and 3 deletions
3
main.qml
3
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) {
|
||||
|
|
Loading…
Reference in a new issue