mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fix token for character change, add online count to syncshells and groups
This commit is contained in:
parent
c237ae53e6
commit
d7bfa2147f
7 changed files with 64 additions and 18 deletions
|
|
@ -12,6 +12,7 @@ public abstract class DrawFolderBase : IDrawFolder
|
|||
protected readonly string _id;
|
||||
protected readonly TagHandler _tagHandler;
|
||||
private float _menuWidth = -1;
|
||||
public int OnlinePairs => _drawPairs.Count(u => u.Pair.IsOnline);
|
||||
protected DrawFolderBase(string id, IEnumerable<DrawUserPair> drawPairs, TagHandler tagHandler)
|
||||
{
|
||||
_id = id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue