Skip to content

Commit

Permalink
Fix build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Feb 16, 2025
1 parent 3b886b0 commit dc8f8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/client/src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ fn update(state: &mut AppModel, message: AppMsg) -> Task<AppMsg> {

#[cfg(target_os = "linux")]
if state.wayland {
state.hide_window()
state.hide_window(true)
} else {
// x11 uses separate mechanism based on _NET_ACTIVE_WINDOW property
Task::none()
Expand Down

0 comments on commit dc8f8d9

Please sign in to comment.