From 66abab3743fe4c06599f0b19af92f36741734adb Mon Sep 17 00:00:00 2001 From: amandot21 Date: Mon, 24 Feb 2025 16:36:57 +0530 Subject: [PATCH] Update AppDelegate.swift --- ExtensionService/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExtensionService/AppDelegate.swift b/ExtensionService/AppDelegate.swift index dd4e8889..a058c347 100644 --- a/ExtensionService/AppDelegate.swift +++ b/ExtensionService/AppDelegate.swift @@ -95,7 +95,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate { // is changed. If changed, quit this program. let sequence = NSWorkspace.shared.notificationCenter - .notifications(named: NSWorkspace.didActivateApplicationNotification) + .notifications(named: NSWorkspace.didActivateApplicationNtification) for await notification in sequence { try Task.checkCancellation() guard let app = notification