mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
d253a88daa
- Introduced a new helper function `Set-UIValue` to streamline the process of setting UI properties from configuration objects, enhancing error handling and logging. - Updated the `Get-UIConfig` function to utilize `Set-UIValue` for loading various UI elements from the configuration file, improving code readability and maintainability. - Enhanced logic for handling driver model selection based on user input and added robust checks for configuration keys. - Improved logging for configuration loading process, including error handling for missing keys and exceptions.