2.0.0 #92

Merged
defnotken merged 171 commits from 2.0.0 into master 2025-12-21 17:19:36 +00:00
Showing only changes of commit 7c7a98f770 - Show all commits

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);