1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

Fix config_panel.toml: bad help key

This commit is contained in:
Salamandar 2024-06-09 23:29:38 +02:00
parent bdb2753874
commit 30491d2954

View file

@ -146,12 +146,10 @@ services = ["__APP__"]
name = "Advanced Settings"
services = ["__APP__"]
[advanced.help]
[advanced.helptext]
name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
[advanced.help.text]
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
type = "markdown"
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
type = "markdown"
[advanced.whatsapp]
name = "WhatsApp Web API MetaData"
@ -216,4 +214,3 @@ services = ["__APP__"]
help = "Defaults to: '127.0.0.1:8001'. The path is always /metrics"
bind = "metrics>listen:__INSTALL_DIR__/config.yaml"
visible = "enable_metrics"