diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-02 22:23:48 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-02 22:23:48 +0200 |
| commit | e42019cd38b59e757f6036b132614a471d4cf6fe (patch) | |
| tree | 2c95f67640d01a63ef9696ec23d429b866d87293 /Captura/Core Extensions/Notification+AppEvents.swift | |
| parent | 153f3309127a4f9d898310224a467d11eef0f2ff (diff) | |
Adds configure support for URLs
Diffstat (limited to 'Captura/Core Extensions/Notification+AppEvents.swift')
| -rw-r--r-- | Captura/Core Extensions/Notification+AppEvents.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Captura/Core Extensions/Notification+AppEvents.swift b/Captura/Core Extensions/Notification+AppEvents.swift index 82b46e1..be06a2f 100644 --- a/Captura/Core Extensions/Notification+AppEvents.swift +++ b/Captura/Core Extensions/Notification+AppEvents.swift @@ -11,4 +11,5 @@ extension Notification.Name { static let failedtoUpload = Notification.Name("failedToUpload") static let reloadConfiguration = Notification.Name("reloadConfiguration") static let setCaptureSessionConfiguration = Notification.Name("setCaptureSessionConfiguration") + static let setConfiguration = Notification.Name("setConfiguration") } |