From 2e8082dd21873928dbf6486fd004b70aff880bb5 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Wed, 11 Feb 2026 08:51:41 -0600 Subject: Revert "feat(desktop): add WSL backend mode (#12914)" This reverts commit 213a87234dd7579873787070e5f8ad98eb88bce8. --- packages/app/src/context/platform.tsx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'packages/app/src/context') diff --git a/packages/app/src/context/platform.tsx b/packages/app/src/context/platform.tsx index e260c1977..7aa6c6554 100644 --- a/packages/app/src/context/platform.tsx +++ b/packages/app/src/context/platform.tsx @@ -57,12 +57,6 @@ export type Platform = { /** Set the default server URL to use on app startup (platform-specific) */ setDefaultServerUrl?(url: string | null): Promise | void - /** Get the configured WSL integration (desktop only) */ - getWslEnabled?(): Promise - - /** Set the configured WSL integration (desktop only) */ - setWslEnabled?(config: boolean): Promise | void - /** Get the preferred display backend (desktop only) */ getDisplayBackend?(): Promise | DisplayBackend | null -- cgit v1.2.3