From e759f4a5d7b2e574cd6b3f3171eac71de90248b9 Mon Sep 17 00:00:00 2001 From: RobotHanzo <36107150+RobotHanzo@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:14:48 +0800 Subject: Improvement: New Chat Filter: Factory Upgrade (#1574) --- .../hannibal2/skyhanni/config/features/chat/FilterTypesConfig.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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.") -- cgit