Toast: less intrusive toast logging

This commit is contained in:
ItsLemmy
2025-09-26 08:33:30 -04:00
parent 9d927bd7fc
commit 180366073f
+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