Fixes bug.

ss-local has not been restarted after modified the current profile.
This commit is contained in:
Qiu Yuzhou
2018-02-06 16:38:54 +08:00
parent 97df9880ef
commit 85f868153a
3 changed files with 5 additions and 10 deletions

View File

@ -116,7 +116,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
_ = notifyCenter.rx.notification(NOTIFY_CONF_CHANGED)
.subscribe(onNext: { noti in
SyncSSLocal()
self.applyConfig()
self.updateCopyHttpProxyExportMenu()
})