Fix typo. #254
This commit is contained in:
@ -288,7 +288,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
|
|||||||
case .pac:
|
case .pac:
|
||||||
Globals.proxyType = .global
|
Globals.proxyType = .global
|
||||||
UserDefaults.standard.setValue("global", forKey: "ShadowsocksRunningMode")
|
UserDefaults.standard.setValue("global", forKey: "ShadowsocksRunningMode")
|
||||||
mySelf.isNameTextField.stringValue = "Gobal Mode"
|
mySelf.isNameTextField.stringValue = "Global Mode"
|
||||||
mySelf.updateRunningModeMenu()
|
mySelf.updateRunningModeMenu()
|
||||||
mySelf.applyConfig()
|
mySelf.applyConfig()
|
||||||
case .global:
|
case .global:
|
||||||
|
Reference in New Issue
Block a user