mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
- Added SetupForceDriverConfig() and ReloadForceDriverConfig() methods to UICatalog.cs - These methods contain the fix logic (parts 1 and 2) - Made methods internal and added InternalsVisibleTo for IntegrationTests - Updated UICatalogMain and scenario loop to use these methods - Updated tests to call UICatalog's methods instead of duplicating the logic - Tests now fail without the fix and pass with it, proving they test the actual UICatalog code - All 91 UICatalog integration tests pass Co-authored-by: tig <585482+tig@users.noreply.github.com>