mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-12 02:42:56 +02:00
Forgot to run gen-config.py after changing default for confirm_os_window_close
This commit is contained in:
2
kitty/options/types.py
generated
2
kitty/options/types.py
generated
@@ -482,7 +482,7 @@ class Options:
|
||||
clipboard_max_size: float = 64.0
|
||||
close_on_child_death: bool = False
|
||||
command_on_bell: typing.List[str] = ['none']
|
||||
confirm_os_window_close: int = 0
|
||||
confirm_os_window_close: int = -1
|
||||
copy_on_select: str = ''
|
||||
cursor: typing.Optional[kitty.fast_data_types.Color] = Color(204, 204, 204)
|
||||
cursor_beam_thickness: float = 1.5
|
||||
|
||||
Reference in New Issue
Block a user