diff options
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r-- | Source/SPAppController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 4431976f..d961bbf0 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -446,7 +446,7 @@ return NO; } - // Return NO to the automatic opening + // Return YES to the automatic opening return YES; } |