Fix link to available UI settings (#24169)

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
This commit is contained in:
Mario 2026-06-05 13:39:32 +01:00 committed by GitHub
parent cc7bef34e2
commit 9c955c48b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1870,4 +1870,4 @@ You can specify default preferences for the web UI using `--ui-config <JSON conf
> **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).