Skip to content

Commit 045ecd0

Browse files
committed
Add debug widget to config screen
1 parent 1f79a8d commit 045ecd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/btw/lowercase/skyboxify/config/SkyboxifyConfigScreen.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ protected void init() {
5757
rowHelper.addChild(skyboxifyConfig.showOverworldForUnknownDimension.createWidget());
5858
rowHelper.addChild(skyboxifyConfig.renderSunMoon.createWidget());
5959
rowHelper.addChild(skyboxifyConfig.renderStars.createWidget());
60+
rowHelper.addChild(skyboxifyConfig.debug.createWidget());
6061
layout.addToContents(gridLayout);
6162

6263
GridLayout footerGridLayout = new GridLayout();

0 commit comments

Comments
 (0)