fix: 🩹 ask for reload upon changing skin tone

This commit is contained in:
ThatOneCalculator 2023-06-24 19:23:14 -07:00
parent 2425382d63
commit e5315db92c
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 4 additions and 0 deletions

View File

@ -238,6 +238,10 @@ watch(enableEmojiReactions, async () => {
await reloadAsk();
});
watch(reactionPickerSkinTone, async () => {
await reloadAsk();
})
const headerActions = $computed(() => []);
const headerTabs = $computed(() => []);