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