This looks better
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user