From ef1ec56de07a247ae83731031d408dbbf69fe84c Mon Sep 17 00:00:00 2001 From: isXander Date: Mon, 29 May 2023 07:19:54 +0100 Subject: beta 5 + changelog --- common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common/src/main/java/dev/isxander/yacl') diff --git a/common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java b/common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java index 3641fad..417dd83 100644 --- a/common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java +++ b/common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java @@ -11,7 +11,10 @@ import java.util.function.BiFunction; /** * A placeholder category that actually just opens another screen, - * instead of displaying options + * instead of displaying options. + *

+ * Use of this is discouraged, as it is not very user-friendly and navigating to a placeholder + * tab that opens another screen is not very intuitive, making keyboard navigation impossible. */ public interface PlaceholderCategory extends ConfigCategory { /** -- cgit