mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
make mypy happy
This commit is contained in:
parent
56954b2e48
commit
97445818ca
1 changed files with 1 additions and 0 deletions
|
|
@ -2698,6 +2698,7 @@ class Boss:
|
|||
if theme_colors.has_applied_theme:
|
||||
theme_colors.refresh()
|
||||
if theme_colors.has_applied_theme: # in case the theme file was deleted
|
||||
assert theme_colors.applied_theme # to make mypy happy
|
||||
theme_colors.apply_theme(theme_colors.applied_theme, notify_on_bg_change=False)
|
||||
for w in self.all_windows:
|
||||
if w.screen.color_profile.default_bg != bg_colors_before.get(w.id):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue