mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
f014d7ffcd
Relocates the click event handler for the driver download button from the main UI script to the `FFUUI.Core` module. This change centralizes UI logic within the core module, improving code organization and maintainability. The handler is updated to use the local window state object instead of global script variables.