From ba8c38f77b8c6b73de29afd8c2d167f618514b68 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 13 Jan 2022 14:51:36 +0100 Subject: [PATCH] Create config_panel.toml --- config_panel.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config_panel.toml diff --git a/config_panel.toml b/config_panel.toml new file mode 100644 index 0000000..28fe461 --- /dev/null +++ b/config_panel.toml @@ -0,0 +1,13 @@ +version = "1.0" + +[main] +name = "Element configuration" + + [main.config] + name = "Home server Configuration" + + [main.config.default_home_server] + ask = "Choose a default home server" + type = "string" + default = "matrix.org" + bind = ":__FINALPATH__/config.json"