Mobile queue

This commit is contained in:
space-nuko
2023-05-31 22:25:53 -05:00
parent 4547cc1a27
commit f0c01a66ce
13 changed files with 277 additions and 98 deletions

View File

@@ -18,7 +18,6 @@ function notifyf7(text: string, options: NotifyOptions) {
if (!f7)
return;
console.error(options)
let closeTimeout = options.timeout
if (closeTimeout === undefined)
closeTimeout = 3000;