newsdev / ai2html

A script for Adobe Illustrator that converts your Illustrator artwork into an html page.
http://ai2html.org
Other
898 stars 146 forks source link

Show completion dialog by default #55

Closed adamhooper closed 6 years ago

adamhooper commented 7 years ago

It looks as though that's the intent. There's some confusion between "yes" and "true"; I kept "true" meaning "yes" for backwards compatibility with .ai files that are set to "true"

cronin4392 commented 7 years ago

This fixed the dialog not showing up issue for me. Thank you @adamhooper!

mbloch commented 6 years ago

This kind of problem should be fixed now that we've switched to using isTrue() and isFalse() functions for testing true/false config settings.