mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Refactor UI event handlers to a new module
Moves all UI event handling logic from the initialization script into a new, dedicated module `FFUUI.Core.Handlers.psm1`. This change improves code organization and separation of concerns by centralizing event handler registration.
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.Handlers.psm1',
|
||||
'FFUUI.Core.Initialize.psm1',
|
||||
'FFUUI.Core.Shared.psm1',
|
||||
'FFUUI.Core.WindowsSettings.psm1',
|
||||
|
||||
Reference in New Issue
Block a user