diff options
Diffstat (limited to 'gui/components/Footer.qml')
-rw-r--r-- | gui/components/Footer.qml | 3 |
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 } |