Made preferences window get focus
Made it get focus when opening from the status bar menu.
This commit is contained in:
parent
4a18277a3a
commit
bba540f8b6
|
@ -249,7 +249,8 @@ BOOL appRunning = NO;
|
||||||
preferencesWindowController.quietUnrar = self;
|
preferencesWindowController.quietUnrar = self;
|
||||||
}
|
}
|
||||||
|
|
||||||
[preferencesWindowController showWindow:nil];
|
[preferencesWindowController.window makeKeyAndOrderFront:self];
|
||||||
|
[NSApp activateIgnoringOtherApps:YES];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) quit {
|
- (void) quit {
|
||||||
|
|
Loading…
Reference in New Issue