Show app version in About cell
This commit is contained in:
parent
57f8104f27
commit
8a855bf538
|
@ -372,6 +372,7 @@ extension OrganizerViewController {
|
||||||
case .openAbout:
|
case .openAbout:
|
||||||
let cell = Cells.setting.dequeue(from: tableView, for: indexPath)
|
let cell = Cells.setting.dequeue(from: tableView, for: indexPath)
|
||||||
cell.leftText = L10n.Organizer.Cells.About.caption(GroupConstants.App.name)
|
cell.leftText = L10n.Organizer.Cells.About.caption(GroupConstants.App.name)
|
||||||
|
cell.rightText = Utils.versionString()
|
||||||
return cell
|
return cell
|
||||||
|
|
||||||
case .uninstall:
|
case .uninstall:
|
||||||
|
|
Loading…
Reference in New Issue