Continue operations in the background if the window is closed
This commit is contained in:
parent
190029aa27
commit
da329004aa
6 changed files with 166 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue