ConfigPlugin: Expand RuneLite plugin tags

This commit adds a number of related tags to the RuneLite configuration
in order to make it more easily discoverable as many users are not able
to find the settings it contains via search.

Closes runelite/runelite#8491
This commit is contained in:
Jordan Atwood
2020-02-03 22:39:24 -08:00
parent 5216b03090
commit 13e69f8317

View File

@@ -73,7 +73,8 @@ public class ConfigPlugin extends Plugin
{
pluginListPanel = pluginListPanelProvider.get();
pluginListPanel.addFakePlugin(new PluginConfigurationDescriptor(
"RuneLite", "RuneLite client settings", new String[]{"client"},
"RuneLite", "RuneLite client settings",
new String[]{"client", "notification", "size", "position", "window", "chrome", "focus", "font", "overlay", "tooltip", "infobox"},
null, runeLiteConfig, configManager.getConfigDescriptor(runeLiteConfig)
),
new PluginConfigurationDescriptor(