From 533cd932281300fb444c07e80f81fc683a410b60 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 31 Jul 2023 10:52:11 +0200 Subject: Complete initial release --- Captura/Core Extensions/Notification+AppEvents.swift | 1 + 1 file changed, 1 insertion(+) (limited to 'Captura/Core Extensions/Notification+AppEvents.swift') diff --git a/Captura/Core Extensions/Notification+AppEvents.swift b/Captura/Core Extensions/Notification+AppEvents.swift index 5d00937..0a0f820 100644 --- a/Captura/Core Extensions/Notification+AppEvents.swift +++ b/Captura/Core Extensions/Notification+AppEvents.swift @@ -8,4 +8,5 @@ extension Notification.Name { static let reset = Notification.Name("reset") static let failedToStart = Notification.Name("failedToStart") static let receivedFrame = Notification.Name("receivedFrame") + static let failedtoUpload = Notification.Name("failedToUpload") } -- cgit