Added streamer mode and fixed security settings ui

This commit is contained in:
Marcel Baumgartner
2023-06-26 00:06:44 +02:00
parent 23a211362e
commit df9ed95c6b
14 changed files with 1326 additions and 346 deletions

View File

@@ -25,7 +25,7 @@ public class User
public string Country { get; set; } = "";
public string ServerListLayoutJson { get; set; } = "";
// States
public UserStatus Status { get; set; } = UserStatus.Unverified;
@@ -33,6 +33,7 @@ public class User
public bool SupportPending { get; set; } = false;
public bool HasRated { get; set; } = false;
public int Rating { get; set; } = 0;
public bool StreamerMode { get; set; } = false;
// Security
public bool TotpEnabled { get; set; } = false;