From 4fd7c1a92e3c16b300997e2cbd82ae3cdd6279ec Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 8 Dec 2021 22:23:46 +0100 Subject: [bug] alternative drawer implementation this is an attempt to solve the problem we're having with snaps, in which Overlays are not correctly displayed. --- gui/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/main.qml') 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 -- cgit v1.2.3