From 084f31292bef9c5789d5fdee8beb300f4b84be19 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 11 Sep 2017 15:46:44 +0530 Subject: [PATCH] ... --- kitty/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/tabs.py b/kitty/tabs.py index 67a2ce5bf..a1e73a351 100644 --- a/kitty/tabs.py +++ b/kitty/tabs.py @@ -395,7 +395,7 @@ class TabManager: @property def blank_rects(self): - return self.tab_bar.blank_rects if len(self.tabs) < 2 else () + return self.tab_bar.blank_rects if len(self.tabs) > 1 else () def render(self, cell_program, sprites): if len(self.tabs) < 2: