Best way to add Device Specific Settings in OpenDeck for Device Plugins
What would be the best way to add settings for a Device Plugin?
2 Replies
will get back to you
basically, add
"HasSettingsInterface": true to manifest.json, then when the user clicks a little settings icon on your plugin in the plugin manager, it will send the showSettingsInterface event to your plugin on which you can open a windowthanks. Will do