Revert "Remove enabledFeatures from the default configuration; it is useless"

This reverts commit 92a3bae74a59cf59c6a9fabbaa42e925cded899a.
This commit is contained in:
Username404-59 2021-05-03 10:51:39 +02:00
parent 481ebb1b60
commit 9f8484561e
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 4 additions and 1 deletions

View File

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