mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 06:09:01 +00:00
v3.0.1
This commit is contained in:
@@ -102,7 +102,7 @@ struct PearcleanerApp: App {
|
||||
loadAllPaths(allApps: sortedApps.userApps + sortedApps.systemApps, appState: appState, locations: locations)
|
||||
}
|
||||
|
||||
getFeatures(appState: appState, show: $showFeature, features: $features)
|
||||
|
||||
|
||||
#if !DEBUG
|
||||
Task {
|
||||
@@ -114,6 +114,7 @@ struct PearcleanerApp: App {
|
||||
// Check for updates after app launch
|
||||
if diskP {
|
||||
loadGithubReleases(appState: appState)
|
||||
getFeatures(appState: appState, show: $showFeature, features: $features)
|
||||
}
|
||||
|
||||
// Check for disk/accessibility permissions just once on initial app launch
|
||||
|
||||
Reference in New Issue
Block a user