Fix type conversion issues when handling DatabaseType enum values in configuration loading and GUI updates. - config/loader.py: Handle both enum and string types for DB_TYPE - config/schema.py: Properly convert db_type when it's already a string - gui/config_manager.py: Add Enum type conversion with validation in set_nested_value These changes prevent AttributeError when accessing .value on string values and ensure proper type handling throughout the configuration system. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
9.7 KiB
9.7 KiB