aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java
index ce931392..58c58e3c 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/AHGraph.java
@@ -32,7 +32,8 @@ public class AHGraph {
@Expose
@ConfigOption(
name = "Enable AH/BZ Price Graph",
- desc = "Enable or disable the graph. Disabling this will also make it so that no price data is stored."
+ desc = "Enable or disable the graph. Disabling this will also make it so that no price data is stored.",
+ searchTags = {"auction", "bazaar"}
)
@ConfigEditorBoolean
public boolean graphEnabled = true;
@@ -58,7 +59,8 @@ public class AHGraph {
@Expose
@ConfigOption(
name = "Graph Colour",
- desc = "Set a custom colour for the graph."
+ desc = "Set a custom colour for the graph.",
+ searchTags = "color"
)
@ConfigEditorColour
public String graphColor = "0:255:0:255:0";
@@ -66,7 +68,8 @@ public class AHGraph {
@Expose
@ConfigOption(
name = "Secondary Graph Colour",
- desc = "Set a custom colour for the second graph line."
+ desc = "Set a custom colour for the second graph line.",
+ searchTags = "color"
)
@ConfigEditorColour
public String graphColor2 = "0:255:255:255:0";