[App] Revert to use old devMode config key.

This commit is contained in:
Kuba Szczodrzyński 2022-11-03 22:29:22 +01:00
parent 05c7c0012c
commit ec7577f999
No known key found for this signature in database
GPG Key ID: 70CB8A85BA1633CB

View File

@ -33,7 +33,7 @@ class Config(db: AppDb) : BaseConfig(db) {
var update by config<Update?>(null)
var updatesChannel by config<String>("release")
var devMode by config<Boolean?>(null)
var devMode by config<Boolean?>("debugMode", null)
var devModePassword by config<String?>(null)
var enableChucker by config<Boolean?>(null)