[ADD] Refresh all apps functionality in MyAppsView

This commit is contained in:
Fabian Thies
2023-02-19 14:25:13 +01:00
parent 00dc9b36af
commit f206ee1406
2 changed files with 14 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ struct AppPillButton: View {
}
func refreshApp(_ installedApp: InstalledApp) {
AppManager.shared.refresh([installedApp], presentingViewController: nil)
}
func installApp(_ storeApp: StoreApp) {