aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-04-15 20:13:11 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-04-15 20:13:11 +0200
commitce66db7d2cb76a46bb0705b8e02436c15191e4d0 (patch)
tree36a2e484a68fff04c14d6eaebfd1426ca85cbfac /src/main/java
parentaaaf1b0f8765e76eac852051f3c939897fa5ce48 (diff)
downloadskyhanni-ce66db7d2cb76a46bb0705b8e02436c15191e4d0.tar.gz
skyhanni-ce66db7d2cb76a46bb0705b8e02436c15191e4d0.tar.bz2
skyhanni-ce66db7d2cb76a46bb0705b8e02436c15191e4d0.zip
add todo
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/TitleAndFooterConfig.java1
1 files changed, 1 insertions, 0 deletions
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