mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-16 07:07:12 -04:00
Add comment indicating location is mandatory, list possible locations, rename SettingsTabBar to SettingsTab for consistency
This commit is contained in:
1 parent
524fd057fe
commit
702be2401b
2 files changed
+10
-8
No files matched your search
@@ -33,7 +33,9 @@ struct OpenRGBPluginInfo
|
||||
/*-------------------------------------------------------------------------------------------------*\
|
||||
| Plugin Tab Configuration |
|
||||
\*-------------------------------------------------------------------------------------------------*/
|
||||
std::string Location; /* Plugin tab location, such as "TopTabBar" */
|
||||
std::string Location; /* Plugin tab location. This field is mandatory */
|
||||
/* Options are "TopTabBar", "DevicesTab", */
|
||||
/* "InformationTab", or "SettingsTab" */
|
||||
std::string Label; /* Plugin tab label string */
|
||||
std::string TabIconString; /* Plugin tab icon string, leave empty to use custom */
|
||||
QImage TabIcon; /* Custom tab icon image (displayed 16x16) */
|
||||
|
||||
Reference in new issue
Block a user