fix total user count in syncshell (distinct by UIDs)
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
namespace MareSynchronos.UI.Components;
|
||||
|
||||
namespace MareSynchronos.UI.Components;
|
||||
|
||||
public interface IDrawFolder
|
||||
{
|
||||
int TotalPairs { get; }
|
||||
int OnlinePairs { get; }
|
||||
IEnumerable<DrawUserPair> DrawPairs { get; }
|
||||
|
||||
void Draw();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user