Clarify the privacy filter only governs storage, not the live chat log

Audit finding M-5. The master switch description told users what the
filter does to the database, but nothing in the UI ruled out the
common misreading "if I disable a channel, it will also disappear
from the chat log". A help-text line under the toggle now states
explicitly that the filter is storage-only and points at the
in-game chat tab filters for hiding channels visually. EN and DE
strings added together.
This commit is contained in:
2026-05-02 02:49:45 +02:00
parent 705c7d3116
commit a857714064
4 changed files with 9 additions and 0 deletions
+2
View File
@@ -104,6 +104,8 @@ internal sealed class Privacy : ISettingsTab
HellionStrings.Privacy_FilterEnabled_Name,
HellionStrings.Privacy_FilterEnabled_Description);
ImGuiUtil.HelpText(HellionStrings.Privacy_FilterEnabled_StorageOnly_Help);
ImGui.Spacing();
ImGui.Separator();
ImGui.Spacing();