summaryrefslogtreecommitdiff
path: root/gui/components/Footer.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-09 21:14:52 +0100
commit4fd7c1a92e3c16b300997e2cbd82ae3cdd6279ec (patch)
tree389bbf99489a5391e5b858bee30e05bff0727c61 /gui/components/Footer.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/Footer.qml')
-rw-r--r--gui/components/Footer.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/components/Footer.qml b/gui/components/Footer.qml
index e6eb264..5e8335e 100644
--- a/gui/components/Footer.qml
+++ b/gui/components/Footer.qml
@@ -221,6 +221,9 @@ ToolBar {
}
function isFooterVisible() {
+ if (drawerOn) {
+ return false
+ }
if (stackView.depth > 1) {
return false
}