diff options
Diffstat (limited to 'Captura/Core Extensions/Notification+AppEvents.swift')
| -rw-r--r-- | Captura/Core Extensions/Notification+AppEvents.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Captura/Core Extensions/Notification+AppEvents.swift b/Captura/Core Extensions/Notification+AppEvents.swift index 0a0f820..82b46e1 100644 --- a/Captura/Core Extensions/Notification+AppEvents.swift +++ b/Captura/Core Extensions/Notification+AppEvents.swift @@ -9,4 +9,6 @@ extension Notification.Name { static let failedToStart = Notification.Name("failedToStart") static let receivedFrame = Notification.Name("receivedFrame") static let failedtoUpload = Notification.Name("failedToUpload") + static let reloadConfiguration = Notification.Name("reloadConfiguration") + static let setCaptureSessionConfiguration = Notification.Name("setCaptureSessionConfiguration") } |