You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
When you try to change the background opacity of the window, you get a stacktrace back.
Traceback (most recent call last):
File "/usr/bin/../lib/kitty/kitty/boss.py", line 283, in _handle_remote_command
response = handle_cmd(self, window, cmd)
File "/usr/bin/../lib/kitty/kitty/remote_control.py", line 32, in handle_cmd
ans = func() if payload is None else func(payload)
File "/usr/bin/../lib/kitty/kitty/cmds.py", line 1002, in set_background_opacity
windows = windows_for_payload(payload)
TypeError: windows_for_payload() missing 2 required positional arguments: 'window' and 'payload'
windows_for_payload() missing 2 required positional arguments: 'window' and 'payload'
The text was updated successfully, but these errors were encountered:
When you try to change the background opacity of the window, you get a stacktrace back.
The text was updated successfully, but these errors were encountered: