Skip to content

Commit

Permalink
add none chiper
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyuhang committed May 15, 2017
1 parent 310f311 commit d172878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ShadowsocksX-NG/PreferencesWindowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class PreferencesWindowController: NSWindowController
profileMgr = ServerProfileManager.instance

methodTextField.addItems(withObjectValues: [
"none",
"table",
"rc4",
"rc4-md5-6",
Expand All @@ -69,7 +70,7 @@ class PreferencesWindowController: NSWindowController
"seed-cfb",
"salsa20",
"chacha20",
"chacha20-ietf"
"chacha20-ietf",
])
ProtocolTextField.addItems(withObjectValues: [
"origin",
Expand Down

0 comments on commit d172878

Please sign in to comment.