Fix: fromPref is not used

This commit is contained in:
eight 2019-10-12 21:17:48 +08:00
parent 6be5385314
commit fb7a4a78b3

View File

@ -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);
}
}