mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
Merge remote-tracking branch 'remote/master' into SoftFever
# Conflicts: # src/libslic3r/Preset.cpp
This commit is contained in:
commit
bb74438f7c
132 changed files with 5737 additions and 3598 deletions
|
@ -130,13 +130,7 @@ void AppConfig::set_defaults()
|
|||
#endif
|
||||
|
||||
if (get("single_instance").empty())
|
||||
set_bool("single_instance",
|
||||
#ifdef __APPLE__
|
||||
true
|
||||
#else // __APPLE__
|
||||
false
|
||||
#endif // __APPLE__
|
||||
);
|
||||
set_bool("single_instance", false);
|
||||
|
||||
#ifdef SUPPORT_REMEMBER_OUTPUT_PATH
|
||||
if (get("remember_output_path").empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue