fix uid font for notes in group panel
This commit is contained in:
@@ -821,6 +821,10 @@ namespace MareSynchronos.UI
|
||||
{
|
||||
playerText = entryUID;
|
||||
}
|
||||
else
|
||||
{
|
||||
textIsUid = false;
|
||||
}
|
||||
|
||||
if (_configService.Current.ShowCharacterNameInsteadOfNotesForVisible && pair.IsVisible && !showUidInsteadOfName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user