mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
fix: 🩹 ask for reload upon changing skin tone
This commit is contained in:
parent
316f7c9fa3
commit
3b71d7929a
@ -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 New Issue
Block a user