booru: more anims, add konachan

This commit is contained in:
end-4
2024-04-04 21:45:20 +07:00
parent c1508771ee
commit c5b2452d28
4 changed files with 98 additions and 83 deletions
@@ -61,6 +61,7 @@ export const ConfigToggle = ({
});
const interactionWrapper = Button({
attribute: {
enabled: enabled,
toggle: (newValue) => {
enabled.value = !enabled.value;
onChange(interactionWrapper, enabled.value);