summaryrefslogtreecommitdiff
path: root/gui/components/Header.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-12-08 22:23:46 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-12-08 22:24:02 +0100
commitb8d7f667782c66eb051104ca2fecb6442a84649c (patch)
tree38e57df9b88d79a6a234db870eab1bffb69b3ff7 /gui/components/Header.qml
parentca3f128194888e30aadc149eb40a1370931eb2eb (diff)
[bug] alternative drawer implementation
this is an attempt to solve the problem we're having with snaps, in which Overlays are not correctly displayed.
Diffstat (limited to 'gui/components/Header.qml')
-rw-r--r--gui/components/Header.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/Header.qml b/gui/components/Header.qml
index ee2d886..6a1f6aa 100644
--- a/gui/components/Header.qml
+++ b/gui/components/Header.qml
@@ -29,7 +29,7 @@ ToolBar {
if (stackView.depth > 1) {
stackView.pop()
} else {
- settingsDrawer.open()
+ settingsDrawer.toggle()
}
}
}