mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
ec8ce1f2f6
Relocates the event handling logic for the "Applications" tab from the main UI script into the `FFUUI.Core.Handlers` module. This improves code organization and modularity by centralizing UI logic. The handlers are also updated to use local state instead of a global variable.