fix: 🩹 ask for reload upon changing preferred skin tone

This commit is contained in:
ThatOneCalculator 2023-06-22 22:57:38 -07:00
parent 7c1fae9192
commit 52fe4d0c3a
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

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