Change HTTP API help text.

This commit is contained in:
Ottermandias 2022-03-20 13:04:37 +01:00
parent c8293c9a6b
commit 6d3a4f08c5

View file

@ -262,7 +262,7 @@ public partial class SettingsInterface
} }
ImGui.SameLine(); ImGui.SameLine();
ImGuiComponents.HelpMarker( "Currently does nothing." ); ImGuiComponents.HelpMarker( "Enables other applications, e.g. Anamnesis, to use some Penumbra functions, like requesting redraws." );
} }
private void DrawEnabledPlayerWatcher() private void DrawEnabledPlayerWatcher()