aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java4
1 files changed, 3 insertions, 1 deletions
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