jchambers / pushy-console

A simple GUI app for sending APNs (iOS/macOS/Safari) push notifications
MIT License
53 stars 18 forks source link

Simplify preference-handling using listeners and bindings #2

Closed jchambers closed 6 years ago

jchambers commented 6 years ago

This change simplifies the conceptual model for user preferences by using a combination of listeners and bindings. Now, the core concept is (with the exception of fixed-value combo boxes) "if you change the item list for a combo box, that change will get persisted in the user's preferences."