mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-26 11:14:44 +01:00
web/ResetSettingsButton: add a timeout to reset button in dialog
This commit is contained in:
parent
f34340a06d
commit
87adffaf02
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
text: $t("dialog.button.reset"),
|
||||
color: "red",
|
||||
main: true,
|
||||
timeout: 5000,
|
||||
action: () => resetSettings(),
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue