Fix double separator in RoomDrawer

This commit is contained in:
Carl Schwan
2025-01-21 18:29:21 +01:00
parent 82c8ab511d
commit 2c476c4351

View File

@@ -87,6 +87,7 @@ Kirigami.OverlayDrawer {
Kirigami.Separator {
Layout.fillHeight: true
visible: root.modal
}
ColumnLayout {