forked from Public/monero-gui
main: hide TitleBar when MerchantTitleBar is visible
This commit is contained in:
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user