mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #3767
d922c91
main: hide TitleBar when MerchantTitleBar is visible (rating89us)
This commit is contained in:
commit
999bc21d6b
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