From 8f01f0252efde1718b77131ada1c60b387d2d09b Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 2 Sep 2023 11:47:41 +0200 Subject: Added qFeatureToggle to new features --- src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java index 84a5977a8..0ee81c801 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java @@ -815,8 +815,9 @@ public class MiscConfig { public static class PowderTrackerConfig { @Expose - @ConfigOption(name = "Enabled", desc = "Enable the Powder Tracker overlay.") + @ConfigOption(name = "Enabled", desc = "Enable the Powder Tracker overlay for mining.") @ConfigEditorBoolean + @FeatureToggle public boolean enabled = false; @Expose @@ -1025,6 +1026,7 @@ public class MiscConfig { @Expose @ConfigOption(name = "Superpairs Clicks Alert", desc = "Display an alert when you reach the maximum clicks gained from Chronomatron or Ultrasequencer.") @ConfigEditorBoolean + @FeatureToggle public boolean superpairsClicksAlert = false; @Expose -- cgit