We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c1247 commit a568f74Copy full SHA for a568f74
Loading/AppDelegate.m
@@ -517,7 +517,7 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
517
}
518
519
520
- if (!app_used) [apps removeObject:app];
+ if (!app_used && ![app.path isEqualToString:@"System"]) [apps removeObject:app];
521
522
} else if (!loading && process.animate && process.app.animate && cur_time - process.updated < LOADING_TIME && process.app != nil && (![process.app.path isEqualToString:@"System"] || ![process.path hasSuffix:@"/discoveryd"])) {
523
loading = YES;
0 commit comments