Skip to content

Commit

Permalink
Fix another Windows version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
widavies committed Jan 26, 2024
1 parent 48d1e34 commit 5d1d28d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static IVirtualDesktopAPI Create() {
return version.Build switch {
>= 22631 => version.ReleaseBuild >= 3085
? new Windows11_22631_3085.VirtualDesktopApi()
: new Windows11_22621.VirtualDesktopApi(),
: new VirtualDesktopApi(),
// Work out the proper desktop wrapper
>= 22621 => version.ReleaseBuild >= 2215
? new VirtualDesktopApi()
Expand Down

0 comments on commit 5d1d28d

Please sign in to comment.