mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:37:22 +01:00
update settings ui character management
This commit is contained in:
parent
61b6365542
commit
bfa41fdd96
5 changed files with 142 additions and 65 deletions
|
|
@ -8,4 +8,5 @@ public record Authentication
|
|||
public int SecretKeyIdx { get; set; } = -1;
|
||||
public string? UID { get; set; }
|
||||
public bool AutoLogin { get; set; } = true;
|
||||
public ulong? LastSeenCID { get; set; } = null;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue