From 1accf478004aa619fb6320ff9d31a8eb21c00601 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 13 Jan 2022 16:28:23 +0100 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index e190972..e2d80b7 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -6,13 +6,19 @@ name = "Element configuration" [main.config] name = "Server Configuration" + [main.config.default_home_server] + ask = "Choose a default home server" + type = "string" + default = "matrix.org" + bind = ":__FINALPATH__/config.json" + [main.config.enable_labs] ask = "Enable labs settings" type = "boolean" - bind = "'showLabsSettings':__FINALPATH__/config.json" + bind = "showLabsSettings:__FINALPATH__/config.json" [main.config.default_theme] ask = "Choose a theme" type = "select" choices = ["light", "dark"] - bind = "'default_theme':__FINALPATH__/config.json" + bind = "default_theme:__FINALPATH__/config.json"