diff --git a/config_panel.toml b/config_panel.toml index b875aa9..6c73245 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -10,15 +10,15 @@ name = "Element configuration" ask = "Choose a home server" type = "string" default = "matrix.org" - bind = ":__FINALPATH__/config.json" + bind = "__FINALPATH__/config.json" [main.config.enable_labs] ask = "Enable labs settings" type = "boolean" - bind = "showLabsSettings:__FINALPATH__/config.json" + bind = "__FINALPATH__/config.json" [main.config.default_theme] ask = "Choose a theme" type = "select" choices = ["light", "dark"] - bind = ":__FINALPATH__/config.json" + bind = "__FINALPATH__/config.json"