You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dialog({icon: 'icon.png',// relative to __dirname by defaulttitle: 'A Title',msg: 'some message',timeout: 10,checkboxes: ['first box','second box']},function(error,button,checkboxes){// do stuff with the result.})
The text was updated successfully, but these errors were encountered:
I kinda abandoned this project once I got it to 1.0.0 but you are totally right. I'll try to work through some of these issues this month and integrate them.
The text was updated successfully, but these errors were encountered: