aboutsummaryrefslogtreecommitdiff
path: root/components/TitleBar.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-09-06 00:11:12 +0200
committerselsta <selsta@sent.at>2019-09-06 00:11:12 +0200
commit8dab0755d325f338c81c8eb8ab1f0f0156cf86b1 (patch)
treee2056793c43afee57ca5209ab080aec5bac5b9be /components/TitleBar.qml
parenta267712d100a9c514dd7de451356fe115b2090a9 (diff)
downloadmonzero-gui-8dab0755d325f338c81c8eb8ab1f0f0156cf86b1.tar.gz
monzero-gui-8dab0755d325f338c81c8eb8ab1f0f0156cf86b1.tar.xz
monzero-gui-8dab0755d325f338c81c8eb8ab1f0f0156cf86b1.zip
repo: remove isMobile leftovers
Diffstat (limited to 'components/TitleBar.qml')
-rw-r--r--components/TitleBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml
index 272a3b88..55a2a86c 100644
--- a/components/TitleBar.qml
+++ b/components/TitleBar.qml
@@ -45,7 +45,7 @@ Rectangle {
property bool showCloseButton: true
height: {
- if(!persistentSettings.customDecorations || isMobile) return 0;
+ if(!persistentSettings.customDecorations) return 0;
return 50;
}