@@ -216,11 +216,11 @@ async function toggleBlockItem(item) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function saveMutedWords(mutedWords: (string | string[])[]) {
|
async function saveMutedWords(mutedWords: (string | string[])[]) {
|
||||||
await os.api('i/update', { mutedWords });
|
await os.apiWithDialog('i/update', { mutedWords });
|
||||||
}
|
}
|
||||||
|
|
||||||
async function saveHardMutedWords(hardMutedWords: (string | string[])[]) {
|
async function saveHardMutedWords(hardMutedWords: (string | string[])[]) {
|
||||||
await os.api('i/update', { hardMutedWords });
|
await os.apiWithDialog('i/update', { hardMutedWords });
|
||||||
}
|
}
|
||||||
|
|
||||||
const headerActions = computed(() => []);
|
const headerActions = computed(() => []);
|
||||||
|
|||||||
Reference in New Issue
Block a user