Rearrange groups of general settings

This commit is contained in:
Bob Sun 2017-03-02 16:02:35 +08:00
parent 628ae11e35
commit 94b3c50903
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -46,9 +46,11 @@ class GeneralSettingsTableViewController: BasicStaticTableViewController {
// section 1 // section 1
[ [
[.title: "Remember Phassphrase", .action: "none",], [.title: "Remember Phassphrase", .action: "none",],
],
[
[.title: "Show Folder", .action: "none",], [.title: "Show Folder", .action: "none",],
[.title: "Hide Unknown Fields", .action: "none",], [.title: "Hide Unknown Fields", .action: "none",],
], ],
] ]
super.viewDidLoad() super.viewDidLoad()