Add utility verbs (#6473)
This commit is contained in:
@@ -107,7 +107,7 @@ namespace Content.Client.Verbs.UI
|
||||
if (verb.Category?.Text == category.Text)
|
||||
{
|
||||
verbsInCategory.Add(verb);
|
||||
drawIcons = drawIcons || verb.Icon != null;
|
||||
drawIcons = drawIcons || verb.Icon != null || verb.IconEntity != null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user