mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-13 16:53:29 +01:00
[AltStore] Update apps from UpdatesViewController
This commit is contained in:
@@ -79,7 +79,7 @@ private extension MyAppsViewController
|
||||
dataSource.cellConfigurationHandler = { [weak self] (cell, installedApp, indexPath) in
|
||||
guard let app = installedApp.app else { return }
|
||||
|
||||
cell.textLabel?.text = app.name
|
||||
cell.textLabel?.text = app.name + " (\(installedApp.version))"
|
||||
|
||||
let detailText =
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user