boomboompower/ToggleChat

create a dedicated method in the toggle class containing

todo opened this issue · 0 comments

todo commented

// TODO create a dedicated method in the toggle class containing
// to separate the internal id for the toggle and the actual display name.
registerElement(new LabelComponent(20, yPos + halfFontHeight, condition.getText()));
// Adds the button for toggling stuff
registerElement(new ButtonComponent(0, this.backDropWidth - 20, yPos + (halfFontHeight / 2), 12, 12, "\u270F", box -> {


This issue was generated by todo based on a TODO comment in baf661b. It's been assigned to @boomboompower because they committed the code.