This commit is contained in:
kakkokari-gtyih 2024-09-12 19:19:59 +09:00
parent 336373ad55
commit 7635439b6b
1 changed files with 0 additions and 5 deletions

View File

@ -337,8 +337,6 @@ watch(useSystemFont, () => {
}
});
const isReloadConfirming = ref(false);
watch([
hemisphere,
lang,
@ -361,10 +359,7 @@ watch([
confirmWhenRevealingSensitiveMedia,
contextMenu,
], async () => {
if (isReloadConfirming.value) return;
isReloadConfirming.value = true;
await reloadAsk();
isReloadConfirming.value = false;
});
const emojiIndexLangs = ['en-US', 'ja-JP', 'ja-JP_hira'] as const;