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:
rbalsleyMSFT
2025-06-16 17:00:26 -07:00
parent 026fdc0d33
commit 49acd71ff9
3 changed files with 151 additions and 155 deletions
@@ -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')