mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-01-27 09:13:08 +02:00
fix
This commit is contained in:
parent
7e06305b96
commit
e9486d0085
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ onDeactivated(() => {
|
|||
});
|
||||
|
||||
watch(visibility, () => {
|
||||
if (active.value && visibility.value === 'visible') {
|
||||
if (!backed && active.value && visibility.value === 'visible') {
|
||||
executeQueue();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue