olivvybee / imagenerator

im a generator
https://imagenerator.net
MIT License
11 stars 1 forks source link

Add yes/no setting type #93

Open olivvybee opened 6 months ago

olivvybee commented 6 months ago

It's annoying manually implementing yes/no settings with a dropdown and having to do string equality to determine whether it's true or false.

There should be a YesNoSetting that returns a boolean rather than a string.