mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 22:50:59 +08:00
Deprecate Fullscreen appoption (#1640)
Add comments and notes to recommend WindowStartState: options.Fullscreen instead
This commit is contained in:
parent
f0b8ab2fb8
commit
f3516d0810
@ -19,7 +19,7 @@ func main() {
|
|||||||
Width: 800,
|
Width: 800,
|
||||||
Height: 600,
|
Height: 600,
|
||||||
DisableResize: false,
|
DisableResize: false,
|
||||||
Fullscreen: false,
|
//Fullscreen: false, // This option is deprecated. Use WindowStartState instead
|
||||||
Frameless: true,
|
Frameless: true,
|
||||||
MinWidth: 400,
|
MinWidth: 400,
|
||||||
MinHeight: 400,
|
MinHeight: 400,
|
||||||
@ -135,6 +135,8 @@ Type: bool
|
|||||||
|
|
||||||
Setting this to `true` will make the window fullscreen at startup.
|
Setting this to `true` will make the window fullscreen at startup.
|
||||||
|
|
||||||
|
Note: Fullscreen is deprecated. Use WindowStartState: options.Fullscreen instead
|
||||||
|
|
||||||
### Frameless
|
### Frameless
|
||||||
|
|
||||||
Name: Frameless
|
Name: Frameless
|
||||||
|
Loading…
Reference in New Issue
Block a user