Skip to content

Commit

Permalink
Don't override names for running processes
Browse files Browse the repository at this point in the history
Fixes issue #2970

Note: This *re-introduces the bug fixed in #2917 - that bug is actually a Finder issue and not a QS issue
  • Loading branch information
pjrobertson committed Dec 2, 2023
1 parent f5f207a commit 4e0c52b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Quicksilver/Code-QuickStepCore/QSProcessMonitor.m
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ - (QSObject *)imbuedFileProcessForDict:(NSDictionary *)dict {
// the process isn't an app
newObject = [QSObject fileObjectWithPath:[dict objectForKey:@"CFBundleExecutable"]];
}
[newObject setLabel:[dict objectForKey:@"CFBundleName"]];
}

[newObject setObject:dict forType:QSProcessType];
Expand Down

0 comments on commit 4e0c52b

Please sign in to comment.