From 9da9c46c88b1d5d4428654944803f18f1893d875 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Sun, 2 May 2021 23:16:11 +0200 Subject: [PATCH] Remove enabledFeatures from the default configuration; it is useless (cherry picked from commit c1cb690fe2404889b54373c4399d22b381abfc57) --- .../kotlin/fr/username404/snowygui/config/Configuration.kt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/src/main/kotlin/fr/username404/snowygui/config/Configuration.kt b/common/src/main/kotlin/fr/username404/snowygui/config/Configuration.kt index 38ac89b..e77fd29 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/config/Configuration.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/config/Configuration.kt @@ -52,9 +52,6 @@ object Configuration { """ |Snowy { | displayInitMessage = true - | enabledFeatures { - | GammaBoost = false - | } |} """.trimMargin() ) @@ -81,4 +78,4 @@ object Configuration { } ) } -} +} \ No newline at end of file