From ebb76d85ed80a4b982b6e799418945181bb94930 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 24 Jul 2022 20:47:10 +1000 Subject: [PATCH] Update deprecation notice --- website/src/pages/changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index 8da5e3747..ac969a431 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -34,9 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Deprecated -* The `fullscreen` option is deprecated. Please +* The `Fullscreen` application option is deprecated. Please use [`WindowStartState`](https://wails.io/docs/reference/options#windowstartstate) instead. - ## New Contributors * @MyNameIsAres made their first contribution in https://github.com/wailsapp/wails/pull/1636