This commit is contained in:
MicrocontrollersDev 2023-01-03 20:15:23 -07:00 committed by GitHub
parent 61cdd312d9
commit 8bf9f17031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ public class ConfigScreen extends Screen {
}
});
addRenderableWidget(new Checkbox(20, 84, 20, 20, Component.literal("Twinlke Stars"), cm.getTwinklingStars()) {
addRenderableWidget(new Checkbox(20, 84, 20, 20, Component.literal("Twinkle Stars"), cm.getTwinklingStars()) {
@Override
public void onPress() {
super.onPress();