From 377442f2f1f0f08bc525393c9bd1c84f159c5159 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 2 Aug 2023 10:30:51 +0200 Subject: Add AppleScript support --- Captura/Core Extensions/Notification+AppEvents.swift | 2 ++ 1 file changed, 2 insertions(+) (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 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") } -- cgit