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

Hide tab bar in FS by default

parent 840e9846
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -398,7 +398,7 @@ NSString *sessionsKey = @"sessions";
[self setWindowInited: YES];
useTransparency_ = YES;
fullscreenTabs_ = [[NSUserDefaults standardUserDefaults] objectForKey:@"ShowFullScreenTabBar"] ?
[[NSUserDefaults standardUserDefaults] boolForKey:@"ShowFullScreenTabBar"] : true;
[[NSUserDefaults standardUserDefaults] boolForKey:@"ShowFullScreenTabBar"] : false;
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