diff --git a/website/versioned_docs/version-v2.10/reference/options.mdx b/website/versioned_docs/version-v2.10/reference/options.mdx
index efcc67961..40299e300 100644
--- a/website/versioned_docs/version-v2.10/reference/options.mdx
+++ b/website/versioned_docs/version-v2.10/reference/options.mdx
@@ -126,7 +126,7 @@ func main() {
Linux: &linux.Options{
Icon: icon,
WindowIsTranslucent: false,
- WebviewGpuPolicy: linux.WebviewGpuPolicyAlways,
+ WebviewGpuPolicy: linux.WebviewGpuPolicyNever,
ProgramName: "wails"
},
Debug: options.Debug{
@@ -1066,7 +1066,8 @@ This option is used for determining the webview's hardware acceleration policy.
Name: WebviewGpuPolicy
Type: [`options.WebviewGpuPolicy`](#webviewgpupolicy-type)
-Default: `WebviewGpuPolicyAlways`
+Default (Windows, macOS): `WebviewGpuPolicyAlways`
+Default (Linux): `WebviewGpuPolicyNever`
##### WebviewGpuPolicy type