update settings ui character management
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user