Remove enabledFeatures from the default configuration; it is useless

(cherry picked from commit c1cb690fe2404889b54373c4399d22b381abfc57)
This commit is contained in:
Username404-59 2021-05-02 23:16:11 +02:00
parent 6471756b95
commit 9da9c46c88
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 4 deletions

View File

@ -52,9 +52,6 @@ object Configuration {
"""
|Snowy {
| displayInitMessage = true
| enabledFeatures {
| GammaBoost = false
| }
|}
""".trimMargin()
)
@ -81,4 +78,4 @@ object Configuration {
}
)
}
}
}