Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 752972d + 5c6ca9d commit 03a025cCopy full SHA for 03a025c
src/_macosx.m
@@ -1376,8 +1376,8 @@ - (void)launch:(NSNotification*)notification
1376
CFMachPortRef port;
1377
CFRunLoopSourceRef source;
1378
NSDictionary* dictionary = [notification userInfo];
1379
- if (![[dictionary valueForKey:@"NSApplicationName"]
1380
- localizedCaseInsensitiveContainsString:@"python"])
+ if (! [[dictionary valueForKey:@"NSApplicationName"]
+ isEqualToString:@"Python"])
1381
return;
1382
NSNumber* psnLow = [dictionary valueForKey: @"NSApplicationProcessSerialNumberLow"];
1383
NSNumber* psnHigh = [dictionary valueForKey: @"NSApplicationProcessSerialNumberHigh"];
0 commit comments