mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-17 06:46:06 +08:00
ENH:reopen "enable_merge_color_by_sync_ams" option
jira: STUDIO-10227 Change-Id: If6e070f4daf1f96ec667f65ce4872bd942d866ab
This commit is contained in:
parent
5693d65178
commit
068f1d1256
@ -173,7 +173,7 @@ void AppConfig::set_defaults()
|
||||
if (get("enable_append_color_by_sync_ams").empty())
|
||||
set_bool("enable_append_color_by_sync_ams", false);
|
||||
if (get("enable_merge_color_by_sync_ams").empty())
|
||||
set_bool("enable_merge_color_by_sync_ams", false);
|
||||
set_bool("enable_merge_color_by_sync_ams", true);
|
||||
|
||||
if (get("zoom_to_mouse").empty())
|
||||
set_bool("zoom_to_mouse", false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user