Skip to content

Commit

Permalink
kindling-ui-demo: make UI one-sided
Browse files Browse the repository at this point in the history
  • Loading branch information
marceline-cramer committed Jan 31, 2024
1 parent 7f63bca commit 0efec9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kindling/services/ui-demo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,10 @@ pub extern "C" fn run() {
.unwrap();

panel_manager.send(
&PanelManagerRequest::CreatePanel { transform },
&PanelManagerRequest::CreatePanel {
transform,
one_sided: true,
},
&[&events.make_capability(Permissions::SEND | Permissions::MONITOR)],
);

Expand Down

0 comments on commit 0efec9d

Please sign in to comment.