mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-09-22 23:14:52 +00:00
Clarify two properties and their functionality
This commit is contained in:
@@ -21,11 +21,13 @@ namespace SabreTools.RedumpLib.Web
|
||||
/// <summary>
|
||||
/// Determines if user is logged into Redump
|
||||
/// </summary>
|
||||
/// <remarks>Modifying to set as true does not change actual logged-in status</remarks>
|
||||
public bool LoggedIn { get; private set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Determines if the user is a staff member
|
||||
/// </summary>
|
||||
/// <remarks>Modifying to set as true does not change actual staff status</remarks>
|
||||
public bool IsStaff { get; private set; } = false;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user