Fix typo in Wayland priority (#1404)

This commit is contained in:
AxelFl
2026-08-13 20:06:34 +02:00
committed by GitHub
parent a15ef81be0
commit 0eeb4a38bb

View File

@@ -5,6 +5,6 @@ state: "active"
anchor: "use-native-wayland-support-by-default"
title: "Use native Wayland support by default"
description: |
Right now, the editor supports the Wayland display server through XWayland by default. Native Wayland support is already available, but is only used if enabled in the Editor Settings. To improve performance and desktop integration out of the box, we should further stabilize native Wayland suppot and enable this functionality by default.
Right now, the editor supports the Wayland display server through XWayland by default. Native Wayland support is already available, but is only used if enabled in the Editor Settings. To improve performance and desktop integration out of the box, we should further stabilize native Wayland support and enable this functionality by default.
details:
---