More mobile overhauling

This commit is contained in:
space-nuko
2023-05-31 16:58:34 -05:00
parent 6f3275da00
commit d8ac97cb87
8 changed files with 85 additions and 30 deletions

View File

@@ -34,7 +34,8 @@ function notifyf7(text: string, options: NotifyOptions) {
text: text,
closeOnClick: true,
closeTimeout,
on
on,
icon: options.imageUrl
});
notification.open();
}