From 0221cb2c5ad461b1d32a614998d3ab3a988650c7 Mon Sep 17 00:00:00 2001 From: Mario <191101255+wariuccio@users.noreply.github.com> Date: Fri, 5 Jun 2026 09:43:53 +0100 Subject: [PATCH] Fix link to available UI settings The current link is to a non-existent file. I had a look at the repo, spotted the file containing the UI configuration key and updated the link --- tools/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/server/README.md b/tools/server/README.md index f1eeec36aa0c..3e14f5e6a207 100644 --- a/tools/server/README.md +++ b/tools/server/README.md @@ -1870,4 +1870,4 @@ You can specify default preferences for the web UI using `--ui-config **Note:** The old flags `--webui-config` and `--webui-config-file` are deprecated but still work as aliases. -You may find available preferences in [settings-config.ts](../ui/src/lib/constants/settings-config.ts). +You may find available preferences in [settings-keys.ts](../ui/src/lib/constants/settings-keys.ts).