Skip to content

Commit

Permalink
allow deletion again
Browse files Browse the repository at this point in the history
  • Loading branch information
dabear committed Jun 16, 2019
1 parent 09d6fc9 commit 498dbc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class MiaomiaoClientSettingsViewController: UITableViewController, SubVie

case delete

static let count = 7
static let count = 8
}

override public func numberOfSections(in tableView: UITableView) -> Int {
Expand Down Expand Up @@ -353,7 +353,7 @@ public class MiaomiaoClientSettingsViewController: UITableViewController, SubVie
cell.detailTextLabel?.text = SettingsTableViewCell.NoValueString
}
case .edit:
cell = tableView.dequeueReusableCell(withIdentifier: TextButtonTableViewCell.className, for: indexPath)
cell = tableView.dequeueReusableCell(withIdentifier: TextButtonTableViewCell.className, for: indexPath)

cell.textLabel?.text = LocalizedString("Edit Calibrations", comment: "Title describing calibrationdata edit button")

Expand Down

0 comments on commit 498dbc0

Please sign in to comment.