mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
...
This commit is contained in:
@@ -395,7 +395,7 @@ class TabManager:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def blank_rects(self):
|
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):
|
def render(self, cell_program, sprites):
|
||||||
if len(self.tabs) < 2:
|
if len(self.tabs) < 2:
|
||||||
|
|||||||
Reference in New Issue
Block a user