minor ui reformat

This commit is contained in:
James Seibel
2026-01-10 11:57:01 -06:00
parent 053d1333ca
commit 47fa6d7d8b
4 changed files with 88 additions and 86 deletions
@@ -57,6 +57,7 @@ public class MixinOptionsScreen extends Screen
private void lodconfig$init(CallbackInfo ci)
{
if (Config.Client.showDhOptionsButtonInMinecraftUi.get())
{
this. #if MC_VER < MC_1_17_1 addButton #else addRenderableWidget #endif
(new TexturedButtonWidget(
// Where the button is on the screen
@@ -77,5 +78,6 @@ public class MixinOptionsScreen extends Screen
Component.translatable(ModInfo.ID + ".title")));
#endif
}
}
}