diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2023-01-05 23:42:35 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-05 13:42:35 +0100 |
| commit | c6e0f61c412adc1927ccff21d3e58f83808de215 (patch) | |
| tree | 3ebe38cc2c858e8002c2411adae4e229609e8146 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Toolbar.java | |
| parent | d96c0ec4ffc434382abb40441cd83ac3879933a9 (diff) | |
| download | notenoughupdates-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.java | 6 |
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( |
