!7 cmodule NewSnippetAsSF > DynPrintLogAndEnabled { start { // offer saving images copied to clipboard to album dm_onClipboardImage(voidfunc(BufferedImage img) { showConfirmDialogInBottomRightCorner("Save image to AI album?", r { dm_saveToAIAlbum(img) }); }); } }