typo
This commit is contained in:
parent
80074ea2d6
commit
81d2145192
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class GeneralSettingsTableViewController: BasicStaticTableViewController {
|
||||||
tableData = [
|
tableData = [
|
||||||
// section 0
|
// section 0
|
||||||
[[.title: "About Repository", .action: "segue", .link: "showAboutRepositorySegue"],],
|
[[.title: "About Repository", .action: "segue", .link: "showAboutRepositorySegue"],],
|
||||||
[[.title: "Hide Unkonwn Fields", .action: "none",],],
|
[[.title: "Hide Unknown Fields", .action: "none",],],
|
||||||
|
|
||||||
]
|
]
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue