Added 'b' option to overwriteFile in settings

Added dots to logging in
Delete toast item when clicking to dismiss
This commit is contained in:
RemixDev
2020-07-31 14:10:36 +02:00
parent da2cd151c5
commit 8b8c52fab4
5 changed files with 11 additions and 7 deletions

View File

@@ -44,6 +44,7 @@ export const toast = function(msg, icon = null, dismiss = true, id = null) {
}
if (toastObj && dismissable) {
toastObj.hideToast()
if (id) delete toastsWithId[id]
}
}
}).showToast()