From 8e1edd39c8f12a599dfc380d3dc1f5d9408504cd Mon Sep 17 00:00:00 2001 From: Erica Z Date: Sat, 19 Oct 2024 16:49:40 +0200 Subject: [PATCH] disable can-open --- src/ui/window.blp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/window.blp b/src/ui/window.blp index 3d76da9..e52b9c2 100644 --- a/src/ui/window.blp +++ b/src/ui/window.blp @@ -7,6 +7,8 @@ template $UiWindow: Adw.ApplicationWindow { default-height: 600; content: Adw.BottomSheet bottom_sheet { + can-open: false; // broken in libadwaita + [content] Adw.OverlaySplitView { margin-bottom: bind bottom_sheet.bottom-bar-height;