fix comment
This commit is contained in:
parent
6a2ee9253b
commit
b99a5bd7da
1 changed files with 0 additions and 2 deletions
|
|
@ -419,8 +419,6 @@ def relayout_borders(self) -> None:
|
|||
if tm is not None:
|
||||
ly = self.current_layout
|
||||
opts = get_options()
|
||||
# Draw borders if: normal conditions OR new option enabled
|
||||
# The new option makes kitty behave like draw_minimal_borders is true
|
||||
draw_borders = (
|
||||
(ly.needs_window_borders and self.windows.num_visble_groups > 1) or ly.must_draw_borders
|
||||
or opts.draw_window_borders_for_single_window
|
||||
|
|
|
|||
Loading…
Reference in a new issue