Add controls for auto-generated mixed filament gradients

Add an app preference for mixed filament gradient auto-generation and
sync the manager state from startup and preferences changes.

Prompt before generating large gradient sets, preserve custom rows
when auto-generation is disabled, and refresh remapping/UI handling
accordingly. Add mixed filament coverage and a dumpinfo helper for
inspecting Windows minidumps.
This commit is contained in:
Rad
2026-03-21 21:05:31 +01:00
parent 970630275e
commit 778a8e45af
10 changed files with 334 additions and 8 deletions
+4
View File
@@ -321,6 +321,10 @@ void AppConfig::set_defaults()
set_bool("auto_calculate_when_filament_change", true);
}
if (get("auto_generate_gradients").empty()) {
set_bool("auto_generate_gradients", true);
}
if (get("show_home_page").empty()) {
set_bool("show_home_page", true);
}