dialog icon indicating copy to clipboard operation
dialog copied to clipboard

Display custom Icon in OSX High Sierra 10.13.3

Open t-mullen opened this issue 6 years ago • 1 comments

The default AppleScript icon is shown instead of anything informative. Is there any way to show something relevant to my application?

var dialog = require('dialog')
dialog.info('Hello there')

image

t-mullen avatar Feb 03 '18 04:02 t-mullen

Yes, we could support passing a custom icon path (or using one of the built-ins, e.g with icon 0 or with icon caution). Happy to merge a patch if you're up to it!

tomas avatar Feb 13 '18 20:02 tomas