disable can-open

This commit is contained in:
Erica Z 2024-10-19 16:49:40 +02:00
parent 1a515c719c
commit 8e1edd39c8

View file

@ -7,6 +7,8 @@ template $UiWindow: Adw.ApplicationWindow {
default-height: 600; default-height: 600;
content: Adw.BottomSheet bottom_sheet { content: Adw.BottomSheet bottom_sheet {
can-open: false; // broken in libadwaita
[content] [content]
Adw.OverlaySplitView { Adw.OverlaySplitView {
margin-bottom: bind bottom_sheet.bottom-bar-height; margin-bottom: bind bottom_sheet.bottom-bar-height;