add maintenance mode & improve & bugfixing
This commit is contained in:
@@ -9,5 +9,6 @@ public class UpdateCheckResult
|
||||
public List<InstallAction> Actions { get; private set; } = [];
|
||||
public bool IsInstalled { get; set; }
|
||||
public bool HasError { get; set; }
|
||||
public bool IsInMaintenance { get; set; }
|
||||
public bool HasUpdates => !IsInstalled || CurrentVersion < LatestVersion;
|
||||
}
|
||||
Reference in New Issue
Block a user