aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Low Battery Yup/AppDelegate.h')
-rw-r--r--Low Battery Yup/AppDelegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Low Battery Yup/AppDelegate.h b/Low Battery Yup/AppDelegate.h
index 3998e46..395ce9a 100644
--- a/Low Battery Yup/AppDelegate.h
+++ b/Low Battery Yup/AppDelegate.h
@@ -13,6 +13,7 @@
@interface AppDelegate : NSObject <NSApplicationDelegate> {
IBOutlet NSWindow *window;
IBOutlet ShortcutView *_shortcut_view;
+ IBOutlet NSButton *_start_at_login;
}
@end