1
0

Merge branch 'develop' into future-2024-05-31

This commit is contained in:
dakkar
2024-06-13 09:06:24 +01:00
44 changed files with 223 additions and 79 deletions
+2 -1
View File
@@ -211,9 +211,10 @@ export function pageWindow(path: string) {
}, {}, 'closed');
}
export function toast(message: string) {
export function toast(message: string, renderMfm = false) {
popup(MkToast, {
message,
renderMfm,
}, {}, 'closed');
}