JK3Y / NPS-Browser-macOS

macOS version of NPS Browser
The Unlicense
182 stars 21 forks source link

Change how User Defaults are stored. Move away from codable models to using KVO instead. #36

Closed JK3Y closed 5 years ago

JK3Y commented 5 years ago

There's no need to have them separated.

This will prevent the need to reset the user defaults if the Settings model has been changed in any way.