This commit is contained in:
Ly-sec
2025-09-26 15:07:30 +02:00
2 changed files with 958 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ Item {
}
function enqueueToast(toastData) {
Logger.log("ToastScreen", "Queuing:", toastData.message, toastData.description, toastData.type)
Logger.log("ToastScreen", "Queuing", toastData.type, ":", toastData.message, toastData.description.substr(100).replace(/\n/g, ""))
if (replaceOnNew && isShowingToast) {
// Cancel current toast and clear queue for latest toast