Remove enabledFeatures from the default configuration; it is useless
(cherry picked from commit c1cb690fe2404889b54373c4399d22b381abfc57)
This commit is contained in:
parent
6471756b95
commit
9da9c46c88
|
@ -52,9 +52,6 @@ object Configuration {
|
|||
"""
|
||||
|Snowy {
|
||||
| displayInitMessage = true
|
||||
| enabledFeatures {
|
||||
| GammaBoost = false
|
||||
| }
|
||||
|}
|
||||
""".trimMargin()
|
||||
)
|
||||
|
@ -81,4 +78,4 @@ object Configuration {
|
|||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue