aboutsummaryrefslogtreecommitdiff
path: root/components/TitleBar.qml
diff options
context:
space:
mode:
authormmbyday <bromark@protonmail.com>2018-11-30 02:32:05 +0200
committermmbyday <bromark@protonmail.com>2018-11-30 02:32:05 +0200
commit079cfe226df01586e792857ccae307232449d291 (patch)
treec2f5bafa0c0d7692030fc232e3d0621fdb26a377 /components/TitleBar.qml
parent45781ab4a173fe0a747ed72140e10d18765b007e (diff)
downloadmonzero-gui-079cfe226df01586e792857ccae307232449d291.tar.gz
monzero-gui-079cfe226df01586e792857ccae307232449d291.tar.xz
monzero-gui-079cfe226df01586e792857ccae307232449d291.zip
titlebar: fix logos when isMobile
Diffstat (limited to 'components/TitleBar.qml')
-rw-r--r--components/TitleBar.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml
index 581e4cb1..0b6c9eef 100644
--- a/components/TitleBar.qml
+++ b/components/TitleBar.qml
@@ -84,6 +84,7 @@ Rectangle {
z: parent.z + 1
Image {
+ visible: !isMobile
anchors.left: parent.left
anchors.top: parent.top
anchors.topMargin: 11