From cf6347e76cb3474c0520de82a4f5fd0f0d759cf8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 13 Jan 2022 16:31:53 +0100 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index e2d80b7..b875aa9 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -7,7 +7,7 @@ name = "Element configuration" name = "Server Configuration" [main.config.default_home_server] - ask = "Choose a default home server" + ask = "Choose a home server" type = "string" default = "matrix.org" bind = ":__FINALPATH__/config.json" @@ -21,4 +21,4 @@ name = "Element configuration" ask = "Choose a theme" type = "select" choices = ["light", "dark"] - bind = "default_theme:__FINALPATH__/config.json" + bind = ":__FINALPATH__/config.json"