Clickable notifications — limit opens popover, update opens update sheet

This commit is contained in:
superdooper86
2026-05-07 17:07:17 +02:00
parent 081d4804ab
commit c0bf2e4873
3 changed files with 55 additions and 27 deletions
+1
View File
@@ -310,4 +310,5 @@ extension Notification.Name {
static let updateDetected = Notification.Name("updateDetected")
static let limitWarning = Notification.Name("limitWarning")
static let limitReset = Notification.Name("limitReset")
static let openUpdateSheet = Notification.Name("openUpdateSheet")
}