mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
ab7c8aa250
Moves the VM Switch data population and event handler logic from the main UI script into the `FFUUI.Core.Initialize` module. This change improves code organization by centralizing UI initialization and event registration into dedicated functions, making the main script cleaner. It also simplifies module manifests by changing explicit function exports to a wildcard.