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-08 22:24:02 +0100 |
commit | b8d7f667782c66eb051104ca2fecb6442a84649c (patch) | |
tree | 38e57df9b88d79a6a234db870eab1bffb69b3ff7 /gui/gui.qrc | |
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/gui.qrc')
-rw-r--r-- | gui/gui.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/gui.qrc b/gui/gui.qrc index 71a4422..9e357bf 100644 --- a/gui/gui.qrc +++ b/gui/gui.qrc @@ -41,6 +41,7 @@ <file>components/InitErrors.qml</file> <file>components/ErrorBox.qml</file> <file>components/MotdBox.qml</file> + <file>components/NavigationDrawer.qml</file> <!-- resources, assets --> <file>resources/icon-noshield.svg</file> |