aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Toolbar.java
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2023-01-05 23:42:35 +1100
committerGitHub <noreply@github.com>2023-01-05 13:42:35 +0100
commitc6e0f61c412adc1927ccff21d3e58f83808de215 (patch)
tree3ebe38cc2c858e8002c2411adae4e229609e8146 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Toolbar.java
parentd96c0ec4ffc434382abb40441cd83ac3879933a9 (diff)
downloadnotenoughupdates-c6e0f61c412adc1927ccff21d3e58f83808de215.tar.gz
notenoughupdates-c6e0f61c412adc1927ccff21d3e58f83808de215.tar.bz2
notenoughupdates-c6e0f61c412adc1927ccff21d3e58f83808de215.zip
Replace help button with button to toggle inventory searching (#539)
* add button to toggle search mode * Its a bit better Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Toolbar.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Toolbar.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Toolbar.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Toolbar.java
index 2d88544e..d8fe91d5 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Toolbar.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Toolbar.java
@@ -64,12 +64,12 @@ public class Toolbar {
@Expose
@ConfigOption(
- name = "Show a help settings button",
- desc = "Show quick settings button in the NEU toolbar"
+ name = "Show an inventory search button",
+ desc = "Show button to enable inventory searching in the NEU toolbar"
)
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
- public boolean enableHelpButton = true;
+ public boolean enableSearchModeButton = true;
@Expose
@ConfigOption(