mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
fix: in config_panel.toml don't use .help because it creates errors
This commit is contained in:
parent
065c3cf2a6
commit
814c933177
1 changed files with 2 additions and 2 deletions
|
@ -146,10 +146,10 @@ services = ["__APP__"]
|
|||
name = "Advanced Settings"
|
||||
services = ["__APP__"]
|
||||
|
||||
[advanced.help]
|
||||
[advanced.helptext]
|
||||
name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
|
||||
|
||||
[advanced.help.text]
|
||||
[advanced.helptext.text]
|
||||
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
|
||||
type = "markdown"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue