remove extras toogle from ui

This commit is contained in:
2024-06-20 22:37:54 +02:00
parent 3be25d7070
commit ee46f7272e
5 changed files with 1 additions and 32 deletions

View File

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