diff --git a/src/GUI/Settings.hpp b/src/GUI/Settings.hpp index 06a395707..c2efafe25 100644 --- a/src/GUI/Settings.hpp +++ b/src/GUI/Settings.hpp @@ -51,7 +51,9 @@ class Settings { void save_settings(); void load_settings(); - + + std::array, preset_types> default_presets {}; + /// Storage for window positions std::map > window_pos { std::map >() };