Skip to content
Snippets Groups Projects
Commit e68d7095 authored by George Nachman's avatar George Nachman
Browse files

Perform a quiet launch if a file is being opened. Fixes bug 1319

parent 7b59f814
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -296,9 +296,9 @@ static BOOL hasBecomeActive = NO;
*/
- (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename
{
NSLog(@"Quiet launch");
quiet_ = YES;
if ([filename isEqualToString:[ITERM2_FLAG stringByExpandingTildeInPath]]) {
NSLog(@"Quiet launch");
quiet_ = YES;
return YES;
}
filename = [filename stringWithEscapedShellCharacters];
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment