Merge branch 'develop' into release/1.4.0

This commit is contained in:
Charlie Qiu
2017-03-02 23:35:52 +08:00

View File

@ -671,7 +671,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
NotificationCenter.default.post(
name: Notification.Name(rawValue: "NOTIFY_FOUND_SS_URL"), object: nil
, userInfo: [
"ruls": [url],
"urls": [url],
"source": "url",
])
}