include extras
This commit is contained in:
@@ -11,4 +11,5 @@ public class UpdateCheckResult
|
||||
public bool HasError { get; set; }
|
||||
public bool IsInMaintenance { get; set; }
|
||||
public bool HasUpdates => !IsInstalled || CurrentVersion < LatestVersion;
|
||||
public bool HasExtras { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user