Notifications not shown from AppleScripts

Yes, I have seen that now the four notifications are shown with the BTT icon.

If I run the same applescript code from applescript editor or from keyboard maestro, the 1st,3rd and 4th notifications are shown with the applescript icon and only the 2nd notification is shown with the BTT icon.

I don't see any problem that the four notifications are shown with the BTT icon now.

I could probably enhance it in the future to retrieve the correct icons but this is more complex - I'll leave that out for now.

You can specify custom icons when using BTT's display_notification function.

Yes, I was just trying this right now.

But I realize that the image is added at the end of the notification, it is not replacing the BTT icon:

Is that the expected behaviour?

ah you are right, that's not the same thing. I think there might be no public way to replace the left icon. I'll check whether the internal functions can somehow be used (Messages definitely changes the icon based on the conversation)

//edit: confirmed, on modern macOS it is not possible to replace the app icon anymore. Only exception is for message apps, but only when the notification is coming through a push notification - so not feasible here.

Thank you! Indeed it works without a sound now.

Cases 1 and 2 fixed in version 6.353 !! :grinning_face:

All notifications are shown as expected after version 6.353 !!

Thanks!