RokiiApp / app

Productivity booster for Windows 🪟
https://rokii.app
MIT License
1 stars 0 forks source link

fix: initializePlugin & initializePLuginAsync are not being called #57

Open dubisdev opened 3 months ago

dubisdev commented 3 months ago

When a plugin is installed, the useRunExtensions hook is not called, as the homepage has been unmmounted.

It is necessary to extract that logic to a service that can be called without the hook. Maybe in the extensionsRepo?