From ce66db7d2cb76a46bb0705b8e02436c15191e4d0 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:13:11 +0200 Subject: add todo --- .../config/features/gui/customscoreboard/TitleAndFooterConfig.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/TitleAndFooterConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/TitleAndFooterConfig.java index 79c127c57..6bb517d6f 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/TitleAndFooterConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/TitleAndFooterConfig.java @@ -12,6 +12,7 @@ public class TitleAndFooterConfig { @Expose @ConfigOption(name = "Title and Footer Alignment", desc = "Align the title and footer in the scoreboard.") @ConfigEditorDropdown + // TODO rename to "horizontalAlignment" or "alignment" public RenderUtils.HorizontalAlignment alignTitleAndFooter = RenderUtils.HorizontalAlignment.CENTER; @Expose -- cgit