disable can-open
This commit is contained in:
parent
1a515c719c
commit
8e1edd39c8
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue