Hello, I am trying to use Glyphs.showNotification() in an export plugin. It doesn’t do anything. Also running it from the macro panel doesn’t do anything:
Glyphs.showNotification("title", "message")
Hello, I am trying to use Glyphs.showNotification() in an export plugin. It doesn’t do anything. Also running it from the macro panel doesn’t do anything:
Glyphs.showNotification("title", "message")
It uses the exact same code that shows the notification when you export .otf. And right now neither work for me, either. I’ll have a look.
Apple deprecated the API we used for a long time and it seems to stop work reliably. A switched for the new API and that fixed it.