mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Cleanup previous PR
This commit is contained in:
parent
7c4edc89ad
commit
5de75dfd02
2 changed files with 3 additions and 1 deletions
|
|
@ -192,6 +192,8 @@ Detailed list of changes
|
|||
|
||||
- Vertical tabs: Improve rendering of tabs when using the ``fade`` :opt:`tab_bar_style`
|
||||
|
||||
- :opt:`remember_window_size` now also remembers window maximized state (:pull:`10308`)
|
||||
|
||||
|
||||
0.48.2 [2026-07-30]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -1570,7 +1570,7 @@ opt(
|
|||
'yes',
|
||||
option_type='to_bool',
|
||||
long_text="""
|
||||
If enabled, the :term:`OS Window <os_window>` size will be remembered so that
|
||||
If enabled, the :term:`OS Window <os_window>` size and maximize state will be remembered so that
|
||||
new instances of kitty will have the same size as the previous instance.
|
||||
If disabled, the :term:`OS Window <os_window>` will initially have size
|
||||
configured by initial_window_width/height, in pixels. You can use a suffix of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue