remove extras toogle from ui
This commit is contained in:
@@ -11,5 +11,4 @@ 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