mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 07:19:04 +00:00
v3.7.6
This commit is contained in:
@@ -137,14 +137,6 @@ struct AppListItems: View {
|
||||
appState.sortedApps[index].bundleSize = size
|
||||
}
|
||||
}
|
||||
|
||||
let architecture = checkAppBundleArchitecture(at: appInfo.path.path)
|
||||
updateOnMain {
|
||||
// Optionally, update the appInfo in the appState array
|
||||
if let index = appState.sortedApps.firstIndex(where: { $0.path == appInfo.path }) {
|
||||
appState.sortedApps[index].arch = architecture
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user