fix
This commit is contained in:
parent
336373ad55
commit
7635439b6b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue