From 089132b5b36d71720c88e170c492f398233d36a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Hannebert?= Date: Thu, 30 May 2024 19:05:05 +0200 Subject: [PATCH] fix: in config_panel.toml don't use .help because it creates errors --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index cdeaed9..ea25d92 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -148,7 +148,7 @@ services = ["__APP__"] name = "Advanced Settings" services = ["__APP__"] - [advanced.helptext] + [advanced.helptext.text] name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION" ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!" type = "markdown"