Skip to content

Commit

Permalink
Window should always be visible
Browse files Browse the repository at this point in the history
  • Loading branch information
unixpickle committed Jul 26, 2012
1 parent 7a11b3b commit ce59f73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JamWiFi/ANAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
// Insert code here to initialize your application
networkList = [[ANListView alloc] initWithFrame:[self.window.contentView bounds]];
[self pushView:networkList direction:ANViewSlideDirectionForward];
[self.window setLevel:CGShieldingWindowLevel()];
[self.window makeKeyAndOrderFront:self];
}

- (void)pushView:(NSView *)view direction:(ANViewSlideDirection)direction {
Expand Down

0 comments on commit ce59f73

Please sign in to comment.