From e9dcc4393f095154392f1cc6ec7b1dc2f08b8998 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Apr 2026 21:05:14 +0530 Subject: [PATCH] ... --- kitty_tests/layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty_tests/layout.py b/kitty_tests/layout.py index 928d0f2a2..cbcad2a0c 100644 --- a/kitty_tests/layout.py +++ b/kitty_tests/layout.py @@ -99,7 +99,7 @@ class TestLayout(BaseTest): def setUp(self): super().setUp() - self.set_options() + self.set_options({'tab_bar_style': 'hidden'}) def do_ops_test(self, q): windows = create_windows(q)