From 0ba6b9e25e5d69072b7a2496656818894864edb2 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Mon, 2 May 2022 17:06:44 +0200 Subject: back and forward buttons and breadcrumbs --- src/main/java/io/polyfrost/oneconfig/test/TestConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/io/polyfrost/oneconfig/test') diff --git a/src/main/java/io/polyfrost/oneconfig/test/TestConfig.java b/src/main/java/io/polyfrost/oneconfig/test/TestConfig.java index c0fda13..93043e9 100644 --- a/src/main/java/io/polyfrost/oneconfig/test/TestConfig.java +++ b/src/main/java/io/polyfrost/oneconfig/test/TestConfig.java @@ -64,9 +64,9 @@ public class TestConfig extends Config { public static boolean switchTest4; @Option( - name = "Test switch", + name = "Test checkbox", subcategory = "Other subcategory", - type = OptionType.SWITCH + type = OptionType.CHECKBOX ) public static boolean switchTest5; -- cgit