fixed #67
This commit is contained in:
parent
b18c3478ca
commit
5511765e08
2 changed files with 6 additions and 0 deletions
|
@ -235,6 +235,12 @@
|
|||
|
||||
#pragma mark Notifications
|
||||
|
||||
-(BOOL)applicationShouldOpenUntitledFile:(NSApplication *)theApplication
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
|
||||
- (IBAction)openNewMessageWindow:(id)sender
|
||||
{
|
||||
[NSApp activateIgnoringOtherApps:YES];
|
||||
|
|
Reference in a new issue