mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: 3mf: fix save fullpath issue
jira: STUDIO-12970 Change-Id: I71bbd9fd3e1bae669fcc29822f75a3ab9025af56 (cherry picked from commit da0f893433049899227a71e5ddc79833431ce39a)
This commit is contained in:
@@ -193,6 +193,9 @@ void AppConfig::set_defaults()
|
||||
if (get("camera_orbit_mult").empty())
|
||||
set("camera_orbit_mult", "1.0");
|
||||
|
||||
if (get("export_sources_full_pathnames").empty())
|
||||
set_bool("export_sources_full_pathnames", false);
|
||||
|
||||
if (get("zoom_to_mouse").empty())
|
||||
set_bool("zoom_to_mouse", false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user