fix(prefs): apply KindredCreate defaults after Reset All (#229) #234
Reference in New Issue
Block a user
Delete Branch "fix/reset-defaults-create"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #229
restoreDefaults()inDlgPreferencesImp.cppcallsParameterManager::Clear()which wipes all user parameters. Widgets then reload with upstream FreeCAD hardcoded fallback defaults instead of Kindred Create settings.After clearing, this now calls
prefPackManager()->apply("KindredCreate")to re-apply the existing KindredCreate preference pack (Catppuccin Mocha theme, toolbar layout, unit preferences, etc.) as the Create baseline.