diff options
| -rw-r--r-- | Drop Serve/AppDelegate.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Drop Serve/AppDelegate.m b/Drop Serve/AppDelegate.m index c982dad..697604c 100644 --- a/Drop Serve/AppDelegate.m +++ b/Drop Serve/AppDelegate.m @@ -17,8 +17,9 @@ [super dealloc]; } -- (void)applicationDidFinishLaunching:(NSNotification *)aNotification +- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication { + return YES; } - (void)applicationWillTerminate:(NSNotification *)notification |
