Merge pull request #253 from shadowsocksr/fix_ss_url_crash
fix typo, which causing crash on click ss url
This commit is contained in:
@ -640,7 +640,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
|
|||||||
NotificationCenter.default.post(
|
NotificationCenter.default.post(
|
||||||
name: Notification.Name(rawValue: "NOTIFY_FOUND_SS_URL"), object: nil
|
name: Notification.Name(rawValue: "NOTIFY_FOUND_SS_URL"), object: nil
|
||||||
, userInfo: [
|
, userInfo: [
|
||||||
"ruls": [url],
|
"urls": [url],
|
||||||
"source": "url",
|
"source": "url",
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user