Show app version in About cell

This commit is contained in:
Davide De Rosa 2019-03-22 10:14:33 +01:00
parent 57f8104f27
commit 8a855bf538
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ extension OrganizerViewController {
case .openAbout:
let cell = Cells.setting.dequeue(from: tableView, for: indexPath)
cell.leftText = L10n.Organizer.Cells.About.caption(GroupConstants.App.name)
cell.rightText = Utils.versionString()
return cell
case .uninstall: