mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 06:44:14 +01:00
add visibility for loaded mods size for pair, use menu bar for settings, remove settings button
This commit is contained in:
parent
c196cdd344
commit
96cc64b35a
6 changed files with 21 additions and 18 deletions
|
|
@ -44,6 +44,7 @@ public class Pair
|
|||
public bool IsVisible => CachedPlayer?.IsVisible ?? false;
|
||||
public CharacterData? LastReceivedCharacterData { get; set; }
|
||||
public string? PlayerName => CachedPlayer?.PlayerName ?? string.Empty;
|
||||
public long LastAppliedDataSize => CachedPlayer?.LastAppliedDataSize ?? -1;
|
||||
|
||||
public UserData UserData => UserPair.User;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue