v2.0.5 — Fixed window size on open, update banner now clears when up to date

This commit is contained in:
superdooper86
2026-05-07 14:28:33 +02:00
parent 2da3eeaf72
commit ef2cdd8bf3
5 changed files with 10 additions and 7 deletions
+3
View File
@@ -80,6 +80,9 @@ class UpdateManager: ObservableObject {
if !wasAvailable {
NotificationCenter.default.post(name: .updateDetected, object: stable.version)
}
} else {
updateAvailable = false
latestVersion = ""
}
} else {
print("[UpdateManager] Stable fetch returned nil")