This looks better

This commit is contained in:
2025-12-21 01:19:17 +09:00
parent ab369d008e
commit 7c7a98f770

View File

@@ -1720,7 +1720,7 @@ public sealed class ZoneChatUi : WindowMediatorSubscriberBase
var hasNote = !string.IsNullOrWhiteSpace(note); var hasNote = !string.IsNullOrWhiteSpace(note);
if (preferNote || hasNote) if (preferNote || hasNote)
{ {
var label = preferNote ? "Prefer name instead" : "Prefer note instead"; var label = preferNote ? "Prefer Name Instead" : "Prefer Note Instead";
if (ImGui.MenuItem(label)) if (ImGui.MenuItem(label))
{ {
SetPreferNoteForChannel(channel.Key, !preferNote); SetPreferNoteForChannel(channel.Key, !preferNote);