mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Update WindowStartState for Linux
This commit is contained in:
parent
2c65415268
commit
e314c41337
1 changed files with 5 additions and 5 deletions
|
|
@ -298,11 +298,11 @@ Type: options.WindowStartState
|
|||
|
||||
Defines how the window should present itself at startup.
|
||||
|
||||
| Value | Win | Mac |
|
||||
| --------------- | --- | --- |
|
||||
| Fullscreen | ✅ | ✅ |
|
||||
| Maximised | ✅ | ✅ |
|
||||
| Minimised | ✅ | |
|
||||
| Value | Win | Mac | Lin |
|
||||
| --------------- | --- | --- | --- |
|
||||
| Fullscreen | ✅ | ✅ | ✅ |
|
||||
| Maximised | ✅ | ✅ | ✅ |
|
||||
| Minimised | ✅ | | ✅ |
|
||||
|
||||
### Bind
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue