mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Update config_panel.toml
This commit is contained in:
parent
1accf47800
commit
cf6347e76c
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ name = "Element configuration"
|
||||||
name = "Server Configuration"
|
name = "Server Configuration"
|
||||||
|
|
||||||
[main.config.default_home_server]
|
[main.config.default_home_server]
|
||||||
ask = "Choose a default home server"
|
ask = "Choose a home server"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "matrix.org"
|
default = "matrix.org"
|
||||||
bind = ":__FINALPATH__/config.json"
|
bind = ":__FINALPATH__/config.json"
|
||||||
|
@ -21,4 +21,4 @@ name = "Element configuration"
|
||||||
ask = "Choose a theme"
|
ask = "Choose a theme"
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = ["light", "dark"]
|
choices = ["light", "dark"]
|
||||||
bind = "default_theme:__FINALPATH__/config.json"
|
bind = ":__FINALPATH__/config.json"
|
||||||
|
|
Loading…
Add table
Reference in a new issue