We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048eaa8 commit 8a34c8cCopy full SHA for 8a34c8c
packages/desktop/src/app.rs
@@ -218,7 +218,7 @@ impl App {
218
}
219
220
221
- // 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`
222
if remove {
223
#[cfg(debug_assertions)]
224
self.persist_window_state();
0 commit comments