mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
set default filament_colors in app config
This commit is contained in:
parent
661e79ca8c
commit
656101dc79
1 changed files with 4 additions and 0 deletions
|
@ -310,6 +310,10 @@ void AppConfig::set_defaults()
|
||||||
// }
|
// }
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
|
if (get("presets", "filament_colors").empty()) {
|
||||||
|
set_str("presets", "filament_colors", "#F2754E");
|
||||||
|
}
|
||||||
|
|
||||||
// Remove legacy window positions/sizes
|
// Remove legacy window positions/sizes
|
||||||
erase("app", "main_frame_maximized");
|
erase("app", "main_frame_maximized");
|
||||||
erase("app", "main_frame_pos");
|
erase("app", "main_frame_pos");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue