Fix #98, Don't turn off when app Terminate.
This commit is contained in:
@ -172,8 +172,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
|
|||||||
StopSSLocal()
|
StopSSLocal()
|
||||||
StopPrivoxy()
|
StopPrivoxy()
|
||||||
ProxyConfHelper.disableProxy()
|
ProxyConfHelper.disableProxy()
|
||||||
let defaults = UserDefaults.standard
|
|
||||||
defaults.set(false, forKey: "ShadowsocksOn")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func applyConfig() {
|
func applyConfig() {
|
||||||
|
Reference in New Issue
Block a user