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 65eabb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Quicksilver/Code-QuickStepCore/QSProcessMonitor.m
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ - (QSObject *)imbuedFileProcessForDict:(NSDictionary *)dict {
}
[newObject setLabel:[dict objectForKey:@"CFBundleName"]];
}

[newObject setObject:dict forType:QSProcessType];
return newObject;
}

Expand Down

0 comments on commit 65eabb4

Please sign in to comment.