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"