Skip to content

Commit

Permalink
Updaterd override_redirect for window settings
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Sep 17, 2024
1 parent d1eab5b commit bb5fbfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pub fn settings() -> Settings {
Settings {
platform_specific: window::settings::PlatformSpecific {
application_id: environment::APPLICATION_ID.to_string(),
override_redirect: false,
},
..Default::default()
}
Expand Down

0 comments on commit bb5fbfa

Please sign in to comment.