From d7f8d561590efb1899eb78b203f067d0fa40bbe3 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 9 Sep 2023 10:56:43 +0200 Subject: disabled the Notification When Low Composter feature by default --- src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index 59867fb8a..c8aa7e0d9 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -1180,7 +1180,7 @@ public class GardenConfig { @ConfigEditorBoolean @ConfigAccordionId(id = 21) @FeatureToggle - public boolean composterNotifyLowEnabled = true; + public boolean composterNotifyLowEnabled = false; @Expose @ConfigOption(name = "Show Title", desc = "Send a title to notify.") -- cgit