feat(desktop): add native Wayland toggle on Linux (#11971)

Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
Israel Araújo de Oliveira 2026-02-09 06:00:35 -03:00 committed by GitHub
commit 93a11ddedf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 179 additions and 9 deletions

View file

@ -1,3 +1,3 @@
export { PlatformProvider, type Platform } from "./context/platform"
export { PlatformProvider, type Platform, type DisplayBackend } from "./context/platform"
export { AppBaseProviders, AppInterface } from "./app"
export { useCommand } from "./context/command"