Fix typo
This commit is contained in:
parent
3afab7b54f
commit
3380f41855
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class GeneralSettingsTableViewController: BasicStaticTableViewController {
|
||||||
cell.accessoryType = .none
|
cell.accessoryType = .none
|
||||||
cell.selectionStyle = .none
|
cell.selectionStyle = .none
|
||||||
cell.accessoryView = rememberGitCredentialPassphraseSwitch
|
cell.accessoryView = rememberGitCredentialPassphraseSwitch
|
||||||
case "Show Folder":
|
case "Show Folders":
|
||||||
cell.accessoryType = .none
|
cell.accessoryType = .none
|
||||||
cell.selectionStyle = .none
|
cell.selectionStyle = .none
|
||||||
cell.accessoryView = showFolderSwitch
|
cell.accessoryView = showFolderSwitch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue