mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
Forgot to run gen-config.py after changing default for confirm_os_window_close
This commit is contained in:
parent
bae9b095b4
commit
a2d1140229
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue