mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-29 12:02:11 +00:00
Show app version in About cell
This commit is contained in:
parent
57f8104f27
commit
8a855bf538
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user