mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 13:47:38 +02:00
web/safety-warning: reduce continue button timeout
This commit is contained in:
@ -98,7 +98,7 @@ export const customInstanceWarning = async () => {
|
||||
text: get(t)("button.continue"),
|
||||
color: "red",
|
||||
main: true,
|
||||
timeout: 15000,
|
||||
timeout: 5000,
|
||||
action: () => {
|
||||
_actions.resolve();
|
||||
updateSetting({
|
||||
|
Reference in New Issue
Block a user