mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
fix tags pausing/resuming, give back owner the same rights as mod
This commit is contained in:
parent
d47b4f52ec
commit
d7cad81eb0
3 changed files with 17 additions and 17 deletions
|
|
@ -49,7 +49,7 @@ namespace MareSynchronos.UI.Components
|
|||
if (visiblePairsInThisTag.Any() || onlinePairsInThisTag.Any() || offlinePairsInThisTag.Any())
|
||||
{
|
||||
DrawName(tag);
|
||||
UiShared.DrawWithID($"group-{tag}-buttons", () => DrawButtons(tag, visiblePairsInThisTag));
|
||||
UiShared.DrawWithID($"group-{tag}-buttons", () => DrawButtons(tag, visiblePairsInThisTag.Concat(onlinePairsInThisTag).Concat(offlinePairsInThisTag).ToList()));
|
||||
if (_tagHandler.IsTagOpen(tag))
|
||||
{
|
||||
ImGui.Indent(20);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue