diff --git a/client/ui/qml/Controls2/DrawerType2.qml b/client/ui/qml/Controls2/DrawerType2.qml index 160ca09a..5e6f785c 100644 --- a/client/ui/qml/Controls2/DrawerType2.qml +++ b/client/ui/qml/Controls2/DrawerType2.qml @@ -84,6 +84,7 @@ Item { id: emptyArea anchors.fill: parent enabled: root.isExpanded + visible: enabled onClicked: { root.close() }