mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
main: hide TitleBar when MerchantTitleBar is visible
This commit is contained in:
parent
c72729fa5d
commit
d922c91071
3
main.qml
3
main.qml
@ -259,9 +259,6 @@ ApplicationWindow {
|
|||||||
walletPassword,
|
walletPassword,
|
||||||
persistentSettings.nettype,
|
persistentSettings.nettype,
|
||||||
persistentSettings.kdfRounds);
|
persistentSettings.kdfRounds);
|
||||||
|
|
||||||
// Hide titlebar based on persistentSettings.customDecorations
|
|
||||||
titleBar.visible = persistentSettings.customDecorations;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function closeWallet(callback) {
|
function closeWallet(callback) {
|
||||||
|
Loading…
Reference in New Issue
Block a user