Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
taooceros committed Jan 29, 2024
1 parent 19f213e commit bbe5ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/VirtualDesktopManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private static void Init()

private static void InitializeVirtualDesktopManagerInternal(IServiceProvider10? shell)
{
if (Environment.OSVersion.Version.MinorRevision > 23000)
if (Environment.OSVersion.Version.Build >= 22631)
VirtualDesktopManagerInternal = (IVirtualDesktopManagerInternal?)shell?.QueryService(
Guids.CLSID_VirtualDesktopManagerInternal,
typeof(IVirtualDesktopManagerInternal).GUID);
Expand Down

0 comments on commit bbe5ce3

Please sign in to comment.