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 883aa1a commit 467f7eeCopy full SHA for 467f7ee
gitx.m
@@ -169,7 +169,7 @@ void handleOpenRepository(NSURL *repositoryURL, NSMutableArray *arguments)
169
// this allows the repository document to modify itself before it shows it's GUI
170
BOOL didOpenURLs = [[NSWorkspace sharedWorkspace] openURLs:[NSArray arrayWithObject:repositoryURL]
171
withAppBundleIdentifier:kGitXBundleIdentifier
172
- options:0
+ options:NSWorkspaceLaunchDefault
173
additionalEventParamDescriptor:recordDescriptor
174
launchIdentifiers:NULL];
175
if (!didOpenURLs) {
0 commit comments