mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 07:07:19 +02:00
...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user