diff --git a/src/controls/GlobalDrawer.qml b/src/controls/GlobalDrawer.qml --- a/src/controls/GlobalDrawer.qml +++ b/src/controls/GlobalDrawer.qml @@ -298,7 +298,7 @@ } PrivateActionToolButton { id: collapseButton - readonly property bool noTitle: (!root.title || root.title.length===0) && (!root.titleIcon || root.title.length===0) + readonly property bool noTitle: (!root.titleIcon || root.titleIcon.length===0) && bannerImage.status === Image.Null anchors { top: parent.top left: parent.left