mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Moves UI initialization logic to a new module
Extracts the UI control initialization functionality from the main core script into a dedicated module. This improves code organization and modularity. The module manifest is updated to include this new initialization module.
This commit is contained in:
@@ -73,6 +73,7 @@ NestedModules = @('FFUUI.Core.Applications.psm1',
|
||||
'FFUUI.Core.Drivers.HP.psm1',
|
||||
'FFUUI.Core.Drivers.Lenovo.psm1',
|
||||
'FFUUI.Core.Drivers.Microsoft.psm1',
|
||||
'FFUUI.Core.Initialize.psm1',
|
||||
'FFUUI.Core.Shared.psm1',
|
||||
'FFUUI.Core.WindowsSettings.psm1',
|
||||
'FFUUI.Core.Winget.psm1')
|
||||
|
||||
Reference in New Issue
Block a user