diff options
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r-- | Source/SPAppController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index 85ad93a2..8635fb29 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -395,6 +395,7 @@ } [newWindowController selectTabAtIndex:[[window objectForKey:@"selectedTabIndex"] intValue]]; + [newWindowController setHideForSingleTab:YES]; } |