fix comment

This commit is contained in:
Jackie Li
2025-10-14 19:50:47 +01:00
parent 6a2ee9253b
commit b99a5bd7da

View File

@@ -419,8 +419,6 @@ class Tab: # {{{
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