diff --git a/Sources/VLAppController.mm b/Sources/VLAppController.mm index 750299e..6e301c5 100644 --- a/Sources/VLAppController.mm +++ b/Sources/VLAppController.mm @@ -181,4 +181,9 @@ } } +- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender +{ + return NO; +} + @end