From 97dd44a1ce7db9716263c7b576136c8da0142598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 19 Jun 2022 18:06:50 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index fceb861..577ee16 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -8,7 +8,7 @@ name = "Element configuration" [main.config.default_home_server] ask = "Choose a home server" - type = "domain" - default = "" - help = "Choose your default Matrix server's domain name" + type = "string" + default = "matrix.org" + help = "Choose your default Matrix server's domain name. Default is matrix.org" bind = "default_server_name:__FINALPATH__/config.json"