fix uid font for notes in group panel

This commit is contained in:
rootdarkarchon
2023-02-04 16:20:02 +01:00
parent 7c97d1994c
commit a1d4c1aed9

View File

@@ -821,6 +821,10 @@ namespace MareSynchronos.UI
{ {
playerText = entryUID; playerText = entryUID;
} }
else
{
textIsUid = false;
}
if (_configService.Current.ShowCharacterNameInsteadOfNotesForVisible && pair.IsVisible && !showUidInsteadOfName) if (_configService.Current.ShowCharacterNameInsteadOfNotesForVisible && pair.IsVisible && !showUidInsteadOfName)
{ {