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 3a7301b commit 046ba62Copy full SHA for 046ba62
layershellev/src/lib.rs
@@ -3413,7 +3413,10 @@ impl<T: 'static> WindowState<T> {
3413
);
3414
}
3415
window_state.closed_ids.clear();
3416
- if window_state.units.is_empty() && !window_state.is_allscreens() {
+ if window_state.units.is_empty()
3417
+ && !window_state.is_allscreens()
3418
+ && !window_state.is_background()
3419
+ {
3420
signal.stop();
3421
return true;
3422
0 commit comments