diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-12-08 22:23:46 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-12-09 21:14:52 +0100 |
commit | 4fd7c1a92e3c16b300997e2cbd82ae3cdd6279ec (patch) | |
tree | 389bbf99489a5391e5b858bee30e05bff0727c61 /gui/main.qml | |
parent | ca3f128194888e30aadc149eb40a1370931eb2eb (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/main.qml')
-rw-r--r-- | gui/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/main.qml b/gui/main.qml index 00a84fc..56220f5 100644 --- a/gui/main.qml +++ b/gui/main.qml @@ -14,6 +14,7 @@ ApplicationWindow { property int appHeight: 460 property int appWidth: 280 property alias customTheme: themeLoader.item + property bool drawerOn: false width: appWidth minimumWidth: appWidth |