Skip to content
Snippets Groups Projects
Commit a9b91f1e authored by George Nachman's avatar George Nachman
Browse files

Default tabs to being shown in fullscreen.

parent 1d63c809
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -395,7 +395,8 @@ NSString *sessionsKey = @"sessions";
 
[self setWindowInited: YES];
useTransparency_ = YES;
fullscreenTabs_ = [[NSUserDefaults standardUserDefaults] boolForKey:@"ShowFullScreenTabBar"];
fullscreenTabs_ = [[NSUserDefaults standardUserDefaults] objectForKey:@"ShowFullScreenTabBar"] ?
[[NSUserDefaults standardUserDefaults] boolForKey:@"ShowFullScreenTabBar"] : true;
number_ = [[iTermController sharedInstance] allocateWindowNumber];
if (windowType == WINDOW_TYPE_FORCE_FULL_SCREEN) {
windowType_ = WINDOW_TYPE_FULL_SCREEN;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment