diff options
Diffstat (limited to 'Low Battery Yup/AppDelegate.m')
| -rw-r--r-- | Low Battery Yup/AppDelegate.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Low Battery Yup/AppDelegate.m b/Low Battery Yup/AppDelegate.m index 0c9bbdc..e5b9d90 100644 --- a/Low Battery Yup/AppDelegate.m +++ b/Low Battery Yup/AppDelegate.m @@ -20,4 +20,9 @@ // Insert code here to initialize your application } +- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication +{ + return YES; +} + @end |
