From 8c201510c313d80b33c528828ff1c5e49db1aae1 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 30 Dec 2023 04:13:27 +0100 Subject: [PATCH] bad copy paste :"3 --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 48999a7..b9d11fb 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -46,6 +46,6 @@ name = "Miscellaneous configuration" [main.miscellaneous.banner] ask.en = "Text of the banner" -bind = "banner:__FINALPATH__/config.yaml" +bind = "banner:__INSTALL_DIR__/config/config.yml" help = "Custom banner displayed at the top of every page. This can used for instance announcements. Accepted values: any string. HTML is accepted. Empty by default." type = "string"