Artemis-RGB / Artemis.Plugins

Repository containing official Artemis plugins
Other
30 stars 38 forks source link

Corsair plugin disabled on startup #195

Open Antoine1673 opened 10 months ago

Antoine1673 commented 10 months ago

Every time Artemis starts, the Corsair plugin gets disabled, and has to be manually enabled.

I think it has to do with the legacy device provider raising an error when the plugin is initialized: image

Because the two device providers are mutually exclusive and try to initialize, there will always be an exception when the plugin is enabled.

Maybe I'm missing a way to prevent a feature from loading on startup.