mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 22:44:50 +02:00
Fix #8288
This commit is contained in:
@@ -15,6 +15,7 @@ from .borders import Border, BorderColor
|
||||
from .constants import config_dir
|
||||
from .fast_data_types import (
|
||||
DECAWM,
|
||||
TOP_EDGE,
|
||||
Color,
|
||||
Region,
|
||||
Screen,
|
||||
@@ -551,7 +552,7 @@ class TabBar:
|
||||
opts.active_tab_title_template,
|
||||
opts.tab_activity_symbol,
|
||||
opts.tab_powerline_style,
|
||||
'top' if opts.tab_bar_edge == 1 else 'bottom',
|
||||
'top' if opts.tab_bar_edge == TOP_EDGE else 'bottom',
|
||||
opts.tab_title_max_length,
|
||||
)
|
||||
ts = opts.tab_bar_style
|
||||
|
||||
Reference in New Issue
Block a user