Show incompatible plugins in the Plugins settings page with a note that it is incompatible, allow it to be removed
This commit is contained in:
parent
c6408eb752
commit
41b7dc3102
4 changed files with 192 additions and 126 deletions
|
|
@ -21,6 +21,8 @@ typedef struct
|
|||
QMenu* traymenu;
|
||||
std::string path;
|
||||
bool enabled;
|
||||
bool incompatible;
|
||||
int api_version;
|
||||
} OpenRGBPluginEntry;
|
||||
|
||||
typedef void (*AddPluginCallback)(void *, OpenRGBPluginEntry* plugin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue