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 e1d6572 commit 9128e38Copy full SHA for 9128e38
GitUp/Application/Document.m
@@ -874,7 +874,7 @@ - (BOOL)shouldCloseDocument {
874
[alert addButtonWithTitle:NSLocalizedString(@"Close", nil)];
875
[alert addButtonWithTitle:NSLocalizedString(@"Cancel", nil)];
876
alert.type = kGIAlertType_Caution;
877
- if ([alert runModal] == NSAlertFirstButtonReturn) {
+ if ([alert runModal] == NSAlertSecondButtonReturn) {
878
return NO;
879
}
880
_abortIndexing = YES;
0 commit comments