Skip to content

Commit 66abab3

Browse files
authored
Update AppDelegate.swift
1 parent dfe1195 commit 66abab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtensionService/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {
9595
// is changed. If changed, quit this program.
9696

9797
let sequence = NSWorkspace.shared.notificationCenter
98-
.notifications(named: NSWorkspace.didActivateApplicationNotification)
98+
.notifications(named: NSWorkspace.didActivateApplicationNtification)
9999
for await notification in sequence {
100100
try Task.checkCancellation()
101101
guard let app = notification

0 commit comments

Comments
 (0)