Fix: fromPref is not used
This commit is contained in:
parent
6be5385314
commit
fb7a4a78b3
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user