snapcrunch / electron-preferences

A simple, consistent interface for managing user preferences within an Electron application.
MIT License
122 stars 29 forks source link

Feature/160/conditional settings #177

Closed pvrobays closed 2 years ago

pvrobays commented 2 years ago

Closes #160

Can be done with a new property on field, group or section items: hideFunction: (preferences) => { return true; }

lacymorrow commented 2 years ago

Nice work on this