forked from Public/monero-gui
repo: remove isMobile leftovers
This commit is contained in:
@@ -45,7 +45,7 @@ Rectangle {
|
||||
property bool showCloseButton: true
|
||||
|
||||
height: {
|
||||
if(!persistentSettings.customDecorations || isMobile) return 0;
|
||||
if(!persistentSettings.customDecorations) return 0;
|
||||
return 50;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user