reworked collapsing all roles

This commit is contained in:
t.ruspekhofer 2022-03-18 17:48:26 +01:00
parent 0fe8e4e7e3
commit e626ca2b65
3 changed files with 33 additions and 14 deletions

View file

@ -29,7 +29,7 @@
</select> @signUpStatus
</td>
}
else if(isUser)
else if(isUser && _showUserColor)
{
<td class="nametooltip username">
@signUp.GuildWars2Account.AccountName @signUpStatus
@ -74,4 +74,7 @@
[Parameter]
public bool _showToolTip { get; set; } = false;
[Parameter]
public bool _showUserColor { get; set; } = false;
}