mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:17:22 +01:00
fix uid font for notes in group panel
This commit is contained in:
parent
7c97d1994c
commit
a1d4c1aed9
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue