web/ResetSettingsButton: add a timeout to reset button in dialog

This commit is contained in:
wukko 2024-07-28 14:51:02 +06:00
parent f34340a06d
commit 87adffaf02
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

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