forked from github/szkolny
[App] Revert to use old devMode config key.
This commit is contained in:
parent
05c7c0012c
commit
ec7577f999
@ -33,7 +33,7 @@ class Config(db: AppDb) : BaseConfig(db) {
|
|||||||
var update by config<Update?>(null)
|
var update by config<Update?>(null)
|
||||||
var updatesChannel by config<String>("release")
|
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 devModePassword by config<String?>(null)
|
||||||
var enableChucker by config<Boolean?>(null)
|
var enableChucker by config<Boolean?>(null)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user