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