Added 'b' option to overwriteFile in settings
Added dots to logging in Delete toast item when clicking to dismiss
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user