mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 21:09:03 +08:00
add settings store to application
This commit is contained in:
parent
97d6451dfe
commit
aa61f8daf1
@ -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};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user