mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
set default filament_colors in app config
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user