From 079cfe226df01586e792857ccae307232449d291 Mon Sep 17 00:00:00 2001 From: mmbyday Date: Fri, 30 Nov 2018 02:32:05 +0200 Subject: [PATCH] titlebar: fix logos when isMobile --- components/TitleBar.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/TitleBar.qml b/components/TitleBar.qml index 581e4cb18a..0b6c9eef27 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