web/TransferSettings: add a timeout to import button in dialog

This commit is contained in:
wukko 2024-07-28 14:50:59 +06:00
parent 11d3d71937
commit f34340a06d
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -54,6 +54,7 @@
text: $t("dialog.button.import"),
color: "red",
main: true,
timeout: 5000,
action: () => updateSettings(reader),
},
],