aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-09 10:56:43 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-09 10:56:43 +0200
commitd7f8d561590efb1899eb78b203f067d0fa40bbe3 (patch)
treec2130789267a400148c961bcfad294b49c12562f
parent82d2a9ac29e2978e4b0c01fd695f42d9b3112819 (diff)
downloadskyhanni-d7f8d561590efb1899eb78b203f067d0fa40bbe3.tar.gz
skyhanni-d7f8d561590efb1899eb78b203f067d0fa40bbe3.tar.bz2
skyhanni-d7f8d561590efb1899eb78b203f067d0fa40bbe3.zip
disabled the Notification When Low Composter feature by default
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java2
1 files changed, 1 insertions, 1 deletions
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.")