mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/TransferSettings: add a timeout to import button in dialog
This commit is contained in:
parent
11d3d71937
commit
f34340a06d
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
||||||
text: $t("dialog.button.import"),
|
text: $t("dialog.button.import"),
|
||||||
color: "red",
|
color: "red",
|
||||||
main: true,
|
main: true,
|
||||||
|
timeout: 5000,
|
||||||
action: () => updateSettings(reader),
|
action: () => updateSettings(reader),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue