aboutsummaryrefslogtreecommitdiff
path: root/Captura/Core Extensions/Notification+AppEvents.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Captura/Core Extensions/Notification+AppEvents.swift')
-rw-r--r--Captura/Core Extensions/Notification+AppEvents.swift1
1 files changed, 1 insertions, 0 deletions
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")
}