Release v1.0.11 — update indicator in menubar, undismissable banner

- Menubar shows ↑ Update alongside limits when an update is available
- Removed × dismiss button from update banner; it stays until installed
This commit is contained in:
superdooper86
2026-05-07 18:23:26 +02:00
parent 89a79c6f13
commit b16c24cb44
4 changed files with 20 additions and 12 deletions
-6
View File
@@ -1032,12 +1032,6 @@ struct UpdateBanner: View {
Button("Update") { showSheet = true }
.buttonStyle(.borderedProminent)
.controlSize(.small)
Button { updater.updateAvailable = false } label: {
Image(systemName: "xmark")
.font(.system(size: 10, weight: .medium))
.foregroundColor(.secondary)
}
.buttonStyle(.plain)
}
.padding(.horizontal, 16)
.padding(.vertical, 10)