mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 00:55:53 +08:00
set default filament_colors in app config
This commit is contained in:
parent
661e79ca8c
commit
656101dc79
@ -310,6 +310,10 @@ void AppConfig::set_defaults()
|
||||
// }
|
||||
// #endif
|
||||
|
||||
if (get("presets", "filament_colors").empty()) {
|
||||
set_str("presets", "filament_colors", "#F2754E");
|
||||
}
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("app", "main_frame_maximized");
|
||||
erase("app", "main_frame_pos");
|
||||
|
Loading…
x
Reference in New Issue
Block a user