Show error list

This commit is contained in:
space-nuko
2023-05-27 00:21:55 -05:00
parent 72af089eab
commit d144ec2ccd
6 changed files with 277 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ function notifyf7(text: string, options: NotifyOptions) {
function notifyToast(text: string, options: NotifyOptions) {
const toastOptions: SvelteToastOptions = {
dismissable: options.timeout !== null,
duration: options.timeout,
duration: options.timeout || 5000,
theme: {},
}