diff --git a/background/sync.js b/background/sync.js index 27a62560..6120b31f 100644 --- a/background/sync.js +++ b/background/sync.js @@ -95,7 +95,7 @@ const sync = (() => { if (value === 'none') { stop().catch(console.error); } else { - start(value).catch(console.error); + start(value, true).catch(console.error); } }