stop blinking when loading

This commit is contained in:
sadnub 2021-05-25 12:45:45 -04:00
parent 60cae0e3ac
commit bd8d523e10
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ module.exports = function () {
timeout: 2000,
textColor: "white",
actions: [{ icon: "close", color: "white" }]
},
loading: {
delay: 500
}
}
},