Refactor.
This commit is contained in:
@ -120,7 +120,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
|
||||
self.updateCopyHttpProxyExportMenu()
|
||||
})
|
||||
|
||||
notifyCenter.addObserver(forName: NSNotification.Name(rawValue: NOTIFY_SERVER_PROFILES_CHANGED), object: nil, queue: nil
|
||||
notifyCenter.addObserver(forName: NOTIFY_SERVER_PROFILES_CHANGED, object: nil, queue: nil
|
||||
, using: {
|
||||
(note) in
|
||||
let profileMgr = ServerProfileManager.instance
|
||||
|
Reference in New Issue
Block a user