feat: always display tab bars

This commit is contained in:
♥ Minnie ♥ 2025-02-23 18:37:05 +08:00
parent 0cf39b8542
commit e596041ecb
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -61,7 +61,7 @@ config.inactive_pane_hsb = {
--| Tab Bar Appearance --| Tab Bar Appearance
config.use_fancy_tab_bar = false config.use_fancy_tab_bar = false
config.enable_tab_bar = true config.enable_tab_bar = true
config.hide_tab_bar_if_only_one_tab = true config.hide_tab_bar_if_only_one_tab = false
config.tab_bar_at_bottom = false config.tab_bar_at_bottom = false
config.tab_max_width = 24 config.tab_max_width = 24
config.show_tab_index_in_tab_bar = false config.show_tab_index_in_tab_bar = false