mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
6eae7226be
- Moved the UpdateInstallAppsBasedOnUpdates function to the Controls section of the uiState object for better encapsulation. - Updated the function to accept a state parameter, reducing reliance on the script scope. - Adjusted event handlers to pass the state object, ensuring consistent access to UI state. - Removed the previous definition of the function from the script scope to streamline the code.