diff --git a/config_panel.toml b/config_panel.toml index fb85c04..80cb82f 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -9,7 +9,7 @@ name = "Element configuration" [main.config.login_for_welcome] ask = "Display login as welcome page" type = "boolean" - yes = "true" - no = "false" + yes = true + no = false help = "When true, the app will use the login form as a welcome page instead of the welcome page itself. This disables use of welcome_url and all welcome page functionality." bind = "login_for_welcome:/var/www/__APP__/config.json"