mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 13:00:12 +02:00
web/ResetSettingsButton: add a timeout to reset button in dialog
This commit is contained in:
parent
f34340a06d
commit
87adffaf02
@ -23,6 +23,7 @@
|
|||||||
text: $t("dialog.button.reset"),
|
text: $t("dialog.button.reset"),
|
||||||
color: "red",
|
color: "red",
|
||||||
main: true,
|
main: true,
|
||||||
|
timeout: 5000,
|
||||||
action: () => resetSettings(),
|
action: () => resetSettings(),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user