Skip to content

Commit

Permalink
server/osd_window: fix gtk4-layer-shell crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdi265 committed Sep 17, 2024
1 parent a46ff4a commit c0e3e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/osd_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl SwayosdWindow {
window.set_child(Some(&container));

// Set the window margin
window.connect_map(clone!(
window.connect_realize(clone!(
#[strong]
monitor,
move |win| {
Expand Down

0 comments on commit c0e3e90

Please sign in to comment.