From e314c41337d5683e45ef7ebbd8a1f29bc4c4bb4d Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 19 Mar 2022 11:26:14 +1100 Subject: [PATCH] Update WindowStartState for Linux --- website/docs/reference/options.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/reference/options.mdx b/website/docs/reference/options.mdx index 78382e510..3440e3f00 100644 --- a/website/docs/reference/options.mdx +++ b/website/docs/reference/options.mdx @@ -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