Skip to content

Commit

Permalink
[App] Revert to use old devMode config key.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Nov 3, 2022
1 parent 05c7c00 commit ec7577f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ec7577f

Please sign in to comment.