Closed yuri-kiss closed 1 week ago
This feature is already supported in Charlotte and I will port it to Eureka later.
This feature is already supported in Charlotte and I will port it to Eureka later.
kk!
Basically implemented in commit 4c40419
Notes: If you need global ReduxStore instance, turn Trap->ReduxStore and Behavior->PolyfillGlobalInstances on.
I don't know how difficult this is but it would be nice if Eureka could expose ReduxStore to extensions. On TurboWarp this is already possible using
window.ReduxStore
and checking if the project is packaged. Personally I have used this many times to force updates into the GUI and get the theme value.