parent
5bc036180f
commit
45b99a476d
1 changed files with 2 additions and 2 deletions
|
@ -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(() => []);
|
||||||
|
|
Loading…
Reference in a new issue