mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-04 05:50:48 +08:00
Add default preset store (by string name) to Settings class. No save/load functionality.
This commit is contained in:
parent
54d40bbc04
commit
18fd2b7dc2
@ -51,7 +51,9 @@ class Settings {
|
||||
|
||||
void save_settings();
|
||||
void load_settings();
|
||||
|
||||
|
||||
std::array<std::vector<wxString>, preset_types> default_presets {};
|
||||
|
||||
/// Storage for window positions
|
||||
std::map<wxString, std::tuple<wxPoint, wxSize, bool> > window_pos { std::map<wxString, std::tuple<wxPoint, wxSize, bool> >() };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user