Update WindowStartState for Linux

This commit is contained in:
Lea Anthony 2022-03-19 11:26:14 +11:00
commit e314c41337

View file

@ -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