mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
fix: 🩹 ask for reload upon changing skin tone
This commit is contained in:
parent
316f7c9fa3
commit
3b71d7929a
1 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,10 @@ watch(enableEmojiReactions, async () => {
|
||||||
await reloadAsk();
|
await reloadAsk();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
watch(reactionPickerSkinTone, async () => {
|
||||||
|
await reloadAsk();
|
||||||
|
})
|
||||||
|
|
||||||
const headerActions = $computed(() => []);
|
const headerActions = $computed(() => []);
|
||||||
|
|
||||||
const headerTabs = $computed(() => []);
|
const headerTabs = $computed(() => []);
|
||||||
|
|
Loading…
Reference in a new issue