launch: Allow specifying the state (fullscreen/maximized/minimized) for newly created OS Windows

Fixes #6026
This commit is contained in:
Kovid Goyal
2023-02-16 16:24:46 +05:30
parent c73c165be1
commit 72b2ba51df
3 changed files with 14 additions and 2 deletions

View File

@@ -54,6 +54,8 @@ Detailed list of changes
- When reloading configuration, also reload custom MIME types from :file:`mime.types` config file (:pull:`6012`)
- launch: Allow specifying the state (fullscreen/maximized/minimized) for newly created OS Windows (:iss:`6026`)
0.27.1 [2023-02-07]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~