mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: open new process on MacOS
Change-Id: I0bc4069f9ff14ac86d9edf800134f04a26a650f2
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user