respect aspect ration for works

This commit is contained in:
2026-05-14 11:36:36 +02:00
parent d74f682155
commit e722c9b4e7
6 changed files with 14 additions and 13 deletions
@@ -21,7 +21,7 @@ export default function Settings() {
setConfig(prev => ({ ...prev, [key]: value }));
}
async function handleSubmit(e: React.FormEvent) {
async function handleSubmit(e: React.SyntheticEvent) {
e.preventDefault();
try {
await updateConfig(config);