web/ResetSettingsButton: move to settings subdir & reduce timeout to 2s

This commit is contained in:
wukko
2024-08-30 17:17:29 +06:00
parent 3cdd615734
commit b3954b9209
2 changed files with 6 additions and 5 deletions

View File

@ -23,7 +23,7 @@
text: $t("button.reset"),
color: "red",
main: true,
timeout: 5000,
timeout: 2000,
action: () => resetSettings(),
},
],