You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to remove the log to the console that occurs when the user clicks on a toast button?
notifier.notify({title: "dlr",message: `Done. A log can be found at ${logFilePath}`,sound: true,actions: ["Open log","Close"],},(_,response)=>{if(response==="open log"){open(logFilePath)}})
Regardless of the callback logging the response in my code, this produces one of:
Open log
Close
I tried to dig around the source but didn't see anything immediately obvious. Please let me know if there's an option to mute this that I'm missing or where it's coming from so that I can mute it in source. I looked around in issues but didn't find anyone else mentioning this. Sorry if I missed it!
The text was updated successfully, but these errors were encountered:
This is on Windows 11. The same behavior can be seen in the Windows example gif in the README, I just assumed it was being logged on purpose in the demo.
Is there a way to remove the log to the console that occurs when the user clicks on a toast button?
Regardless of the callback logging the response in my code, this produces one of:
I tried to dig around the source but didn't see anything immediately obvious. Please let me know if there's an option to mute this that I'm missing or where it's coming from so that I can mute it in source. I looked around in issues but didn't find anyone else mentioning this. Sorry if I missed it!
The text was updated successfully, but these errors were encountered: