Browse Source

more TODOs

Thomas Buck 10 years ago
parent
commit
45839971ef
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      RedditBar/AppDelegate.m

+ 7
- 1
RedditBar/AppDelegate.m View File

22
     [statusItem setMenu:statusMenu];
22
     [statusItem setMenu:statusMenu];
23
     [statusItem setToolTip:@"Reddit Bar"];
23
     [statusItem setToolTip:@"Reddit Bar"];
24
     [statusItem setHighlightMode:YES];
24
     [statusItem setHighlightMode:YES];
25
+    
26
+    // TODO load preferences
27
+    // TODO apply config
28
+    // TODO reload menu list
25
 }
29
 }
26
 
30
 
27
 -(IBAction)showPreferences:(id)sender {
31
 -(IBAction)showPreferences:(id)sender {
32
 }
36
 }
33
 
37
 
34
 -(void)prefReturnName:(NSString *)name Pass:(NSString *)pass subscriptions:(Boolean)subscriptions subreddits:(NSString *)subreddits {
38
 -(void)prefReturnName:(NSString *)name Pass:(NSString *)pass subscriptions:(Boolean)subscriptions subreddits:(NSString *)subreddits {
35
-    
39
+    // TODO store preferences
40
+    // TODO apply config
41
+    // TODO reload menu list
36
 }
42
 }
37
 
43
 
38
 @end
44
 @end

Loading…
Cancel
Save