[fix] Configurations shown on array by default

Signed-off-by: Dominika <sokolov.dominika@gmail.com>
This commit is contained in:
Dominika 2021-01-16 15:34:36 -05:00
parent 13eef44cac
commit a526126737
No known key found for this signature in database
GPG Key ID: B4A5A6DCA70F861F
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ internal object Configurations : AbstractModule(
description = "Setting up configurations of the client",
category = Category.CLIENT,
alwaysEnabled = true,
showOnArray = false,
config = GenericConfig
) {
private const val defaultPreset = "default"