Make bright the default for xkcds

This commit is contained in:
Joscha 2025-03-19 13:19:14 +01:00
parent c4c6887603
commit 711fed91c9
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ const form = useTemplateRef<HTMLFormElement>("form");
const number = ref<number>();
const dither = ref(true);
const bright = ref(false);
const bright = ref(true);
const feed = ref(true);
function submit() {