-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When adding a setting of the type List, I cannot scroll through the settings on the TabGUI like I normally would for any other client using the same type of setting.
To Reproduce
In a setup() method of a module, paste this code in:
List<String> modeVals = new ArrayList();
modeVals.add("java math");
modeVals.add("bhop");
moduleSettings.addDefault("mode", modeVals);Expected behavior
To be able to scroll through the list of String settings I added.
Screenshots
If applicable, add screenshots to help explain your problem.
pain
Stack Trace
Add the error stack trace, if any.
Versions:
- OS: Windows 10
- Java: JDK 11
- IDE: Eclipse
- Commit / Release: Custom build using the same Config/ModuleSetting base as the latest commit (as of now, the latest commit is 74bf707 ). My custom build can be found at Keol-ClientBase.
Additional context
Add any other context about the problem here.
pain
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working