style: remove em-dashes from new code comments

This commit is contained in:
2026-05-21 12:10:17 +02:00
parent 95375c8516
commit e0289962b1
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2486,7 +2486,7 @@ public sealed class ChatLogWindow : Window
// UI-4: focus the rename field on the frame the context menu opens so
// the user can type immediately. Buffer raised 128 -> 512 to match the
// settings-tab rename (Ui/SettingsTabs/Tabs.cs) — one name limit, not two.
// settings-tab rename (Ui/SettingsTabs/Tabs.cs). One name limit, not two.
if (ImGui.IsWindowAppearing())
ImGui.SetKeyboardFocusHere();
ImGui.SetNextItemWidth(250f * ImGuiHelpers.GlobalScale);