fix: 🩹 ask for reload upon changing preferred skin tone
This commit is contained in:
parent
7c1fae9192
commit
52fe4d0c3a
1 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,10 @@ watch(enableEmojiReactions, async () => {
|
|||
await reloadAsk();
|
||||
});
|
||||
|
||||
watch(reactionPickerSkinTone, async () => {
|
||||
await reloadAsk();
|
||||
});
|
||||
|
||||
const headerActions = $computed(() => []);
|
||||
|
||||
const headerTabs = $computed(() => []);
|
||||
|
|
Loading…
Reference in a new issue