aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorRobotHanzo <36107150+RobotHanzo@users.noreply.github.com>2024-04-28 17:14:48 +0800
committerGitHub <noreply@github.com>2024-04-28 11:14:48 +0200
commite759f4a5d7b2e574cd6b3f3171eac71de90248b9 (patch)
tree7422f3eb8f663c6adb8ad4383bac0f55b4917411 /src/main/java/at/hannibal2/skyhanni/config
parent58f56fd71d73255f8fa9c0de5ed7b0ea5079834e (diff)
downloadskyhanni-e759f4a5d7b2e574cd6b3f3171eac71de90248b9.tar.gz
skyhanni-e759f4a5d7b2e574cd6b3f3171eac71de90248b9.tar.bz2
skyhanni-e759f4a5d7b2e574cd6b3f3171eac71de90248b9.zip
Improvement: New Chat Filter: Factory Upgrade (#1574)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/chat/FilterTypesConfig.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/chat/FilterTypesConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/chat/FilterTypesConfig.java
index 37bce7bca..37172b970 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/chat/FilterTypesConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/chat/FilterTypesConfig.java
@@ -92,6 +92,12 @@ public class FilterTypesConfig {
@FeatureToggle
public boolean diana = false;
+ @Expose
+ @ConfigOption(name = "Factory Upgrade", desc = "Hide chocolate factory upgrade and employee promotion messages.")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean factoryUpgrade = false;
+
//TODO remove
@Expose
@ConfigOption(name = "Others", desc = "Hide other annoying messages.")