Continue operations in the background if the window is closed

This commit is contained in:
Jeremy Soller 2024-08-09 09:59:25 -06:00
parent 190029aa27
commit da329004aa
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
6 changed files with 166 additions and 6 deletions

View file

@ -2651,7 +2651,11 @@ impl Tab {
)));
if count > 0 {
children.push(container(horizontal_rule(1)).padding([0, space_xxxs]).into());
children.push(
container(horizontal_rule(1))
.padding([0, space_xxxs])
.into(),
);
y += 1;
}