ENH: 3mf: fix save fullpath issue

jira: STUDIO-12970
Change-Id: I71bbd9fd3e1bae669fcc29822f75a3ab9025af56
(cherry picked from commit da0f893433049899227a71e5ddc79833431ce39a)
This commit is contained in:
zhou.xu
2025-06-27 12:21:12 +08:00
committed by Noisyfox
parent 3ba39f694b
commit 94732b6bad
3 changed files with 39 additions and 23 deletions

View File

@@ -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);