Remove useless code
default_background_changed is meant for individual windows not OS windows
This commit is contained in:
parent
05e6ed685b
commit
53bb4f0609
1 changed files with 0 additions and 2 deletions
|
|
@ -3027,8 +3027,6 @@ def chosen(ans: None | int | str) -> None:
|
|||
|
||||
def set_background_image(self, path: str | None, os_windows: tuple[int, ...], configured: bool, layout: str | None, png_data: bytes = b'') -> None:
|
||||
set_background_image(path, os_windows, configured, layout, png_data)
|
||||
for os_window_id in os_windows:
|
||||
self.default_bg_changed_for(os_window_id)
|
||||
|
||||
# Can be called with kitty -o "map f1 send_test_notification"
|
||||
def send_test_notification(self) -> None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue