Monitor PAC file. Disable then enable the system pac configure after it has been modified.

This commit is contained in:
Charlie Qiu
2016-10-19 00:24:45 +08:00
parent d0ad272198
commit e5b342c134
3 changed files with 52 additions and 9 deletions

View File

@ -162,6 +162,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
updateLaunchAtLoginMenu()
ProxyConfHelper.install()
ProxyConfHelper.startMonitorPAC()
applyConfig()
SyncSSLocal()
}