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 c0fd5bd commit 6b4c451Copy full SHA for 6b4c451
Frameworks/DesktopKit/NXTCountdownAlert.m
@@ -65,7 +65,7 @@ - (void)update:(NSTimer *)timer
65
if (countDownPeriod <= 0 || [countDownTimer isValid] == NO) {
66
[countDownTimer invalidate];
67
[panel orderOut:self];
68
- [NSApp stopModalWithCode:0];
+ [NSApp stopModalWithCode:NSAlertDefaultReturn];
69
} else {
70
[messageView setText:[NSString stringWithFormat:messageTextFormat, countDownPeriod]];
71
countDownPeriod--;
0 commit comments