diff options
author | raaaaaven <168305416+raaaaaven@users.noreply.github.com> | 2024-07-28 11:21:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-28 12:21:27 +0200 |
commit | 32d3a6ae845475284cc5f72dac5649d732c223b5 (patch) | |
tree | df3f67f204ca5ad02ab6266c4d597fedd04aa872 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | b75c249c2b5f6a319c076b6dfbb4ae9003814fe1 (diff) | |
download | skyhanni-32d3a6ae845475284cc5f72dac5649d732c223b5.tar.gz skyhanni-32d3a6ae845475284cc5f72dac5649d732c223b5.tar.bz2 skyhanni-32d3a6ae845475284cc5f72dac5649d732c223b5.zip |
Feature: Thunder Bottle Charged Notification (#2234)
Co-authored-by: Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com>
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/misc/MiscConfig.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/misc/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/misc/MiscConfig.java index aff9b4964..6843d0948 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/misc/MiscConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/misc/MiscConfig.java @@ -273,6 +273,12 @@ public class MiscConfig { public boolean replaceRomanNumerals = false; @Expose + @ConfigOption(name = "Thunder Bottle", desc = "Show a notification when your Thunder Bottle is fully charged.") + @ConfigEditorBoolean + @FeatureToggle + public boolean thunderBottleNotification = true; + + @Expose @ConfigOption(name = "Unknown Perkpocalypse Mayor Warning", desc = "Show a warning when the Unknown Perkpocalypse Mayor is unknown.") @ConfigEditorBoolean @FeatureToggle |