Clarify two properties and their functionality

This commit is contained in:
Matt Nadareski
2026-02-28 11:04:09 -05:00
parent ea67619bf5
commit a433cc6ff1

View File

@@ -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>