Skip to content

Commit dc0ac03

Browse files
committed
Add disclosure indicator to about repository
1 parent bead9ea commit dc0ac03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pass/Controllers/GeneralSettingsTableViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ class GeneralSettingsTableViewController: BasicStaticTableViewController {
110110
cell.accessoryType = .none
111111
cell.selectionStyle = .none
112112
switch cell.textLabel!.text! {
113+
case "AboutRepository".localize():
114+
cell.accessoryType = .disclosureIndicator
113115
case "HideUnknownFields".localize():
114116
hideUnknownSwitch.isOn = Defaults.isHideUnknownOn
115117
addDetailButton(to: cell, for: hideUnknownSwitch, with: #selector(tapHideUnknownSwitchDetailButton))

0 commit comments

Comments
 (0)