silently add filter to the sync list
This commit is contained in:
parent
22c8b70d49
commit
08ed48e4a2
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export default class filters {
|
||||||
|
|
||||||
// Add the filter to the sync list.
|
// Add the filter to the sync list.
|
||||||
if ((await read(["settings", `filters`])) ? !((Object.keys(await read(["settings", `filters`]))).includes(filter_URL)) : true) {
|
if ((await read(["settings", `filters`])) ? !((Object.keys(await read(["settings", `filters`]))).includes(filter_URL)) : true) {
|
||||||
write(["settings", `filters`, filter_URL], true, 1);
|
write(["settings", `filters`, filter_URL], true, 1, {"silent": true});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue