diff options
Diffstat (limited to 'common/src/main/java/dev/isxander/yacl')
-rw-r--r-- | common/src/main/java/dev/isxander/yacl/api/PlaceholderCategory.java | 5 |
1 files changed, 4 insertions, 1 deletions
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. + * <p> + * 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 { /** |