Globel -> Global
This commit is contained in:
Julien Schmidt
2016-10-26 19:25:35 +08:00
parent 381b9ce634
commit e6cdfbbc26
4 changed files with 5 additions and 5 deletions

View File

@ -67,7 +67,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
"LocalHTTP.ListenAddress": "127.0.0.1",
"LocalHTTP.ListenPort": NSNumber(value: 1087 as UInt16),
"LocalHTTPOn": true,
"LocalHTTP.FollowGlobel": true
"LocalHTTP.FollowGlobal": true
])
statusItem = NSStatusBar.system().statusItem(withLength: AppDelegate.StatusItemIconWidth)