Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Aug 16, 2024
1 parent a1b4126 commit 098a406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions JL.Core/JL.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

<ItemGroup>
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.7" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.8" />
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
</ItemGroup>

<!--Transitive dependencies-->
<ItemGroup>
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.9" />
Expand Down
2 changes: 1 addition & 1 deletion JL.Windows/Utilities/MagpieUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static double GetMagpieWindowTopEdgePosition(nint windowHandle)
return WinApi.GetProp(windowHandle, "Magpie.DestTop");
}

//private static double GetDpiAwareMagpieWindowBottomEdgePosition(nint windowHandle)
//public static double GetMagpieWindowBottomEdgePosition(nint windowHandle)
//{
// return WinApi.GetProp(windowHandle, "Magpie.DestBottom") / WindowsUtils.Dpi.DpiScaleY;
//}
Expand Down

0 comments on commit 098a406

Please sign in to comment.