From aa61f8daf1337dd845898d7e1f61ca91331f2f50 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 18 Nov 2018 01:23:42 -0600 Subject: [PATCH] add settings store to application --- src/GUI/GUI.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GUI/GUI.hpp b/src/GUI/GUI.hpp index 99ae5653d..3cc09ff9e 100644 --- a/src/GUI/GUI.hpp +++ b/src/GUI/GUI.hpp @@ -35,6 +35,8 @@ public: preset_store presets { Presets() }; std::array preset_ini { }; + Settings settings { }; + private: std::unique_ptr notifier {nullptr};