add settings store to application

This commit is contained in:
Joseph Lenox 2018-11-18 01:23:42 -06:00 committed by Joseph Lenox
parent 97d6451dfe
commit aa61f8daf1

View File

@ -35,6 +35,8 @@ public:
preset_store presets { Presets() };
std::array<wxString, preset_types> preset_ini { };
Settings settings { };
private:
std::unique_ptr<Notifier> notifier {nullptr};