If you close the image, without saving again and open the image again,If you do this shortuct, the image is saved and you'll see the notification - ok.Save the image and show a notification.you can save the image with the�� shortcut cmd+shift+sthe shortcut action is:
[ Smalltalk snapshot: true andQuit: false.
�� UIManager default inform: 'Image saved' ]it starts with showing this notification again.
How can this work? The notification was sent after the image was saved.