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

Adhoc build 3.1.5.beta.2

parent e45273d1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -648,6 +648,9 @@ static const NSTimeInterval kOneMonth = 30 * 24 * 60 * 60;
 
- (NSApplicationTerminateReply)applicationShouldTerminate:(NSNotification *)theNotification {
DLog(@"applicationShouldTerminate:");
DLog(@"user defaults value of PromptOnQuit: %@", [[NSUserDefaults standardUserDefaults] objectForKey:@"PromptOnQuit"]);
DLog(@"[iTermPreferences boolForKey:kPreferenceKeyPromptOnQuit]: %@", @([iTermPreferences boolForKey:kPreferenceKeyPromptOnQuit]));
NSArray *terminals;
 
terminals = [[iTermController sharedInstance] terminals];
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