Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemen2 authored Jan 19, 2025
1 parent 048eaa8 commit 8a34c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl App {
}
}

// neded in case of default_window_close_behavior WindowsHides | LastWindowHides since they may not remove a window
// needed in case of `default_window_close_behavior WindowsHides | LastWindowHides` since they may not remove a window on `WindowCloses`
if remove {
#[cfg(debug_assertions)]
self.persist_window_state();
Expand Down

0 comments on commit 8a34c8c

Please sign in to comment.