File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<ItemGroup >
15
15
<PackageReference Include =" CommunityToolkit.HighPerformance" Version =" 8.2.2" />
16
- <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 8.0.7 " />
16
+ <PackageReference Include =" Microsoft.Data.Sqlite" Version =" 8.0.8 " />
17
17
<PackageReference Include =" Serilog.Sinks.File" Version =" 6.0.0" />
18
18
</ItemGroup >
19
-
19
+
20
20
<!-- Transitive dependencies-->
21
21
<ItemGroup >
22
22
<PackageReference Include =" SQLitePCLRaw.bundle_e_sqlite3" Version =" 2.1.9" />
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public static double GetMagpieWindowTopEdgePosition(nint windowHandle)
40
40
return WinApi . GetProp ( windowHandle , "Magpie.DestTop" ) ;
41
41
}
42
42
43
- //private static double GetDpiAwareMagpieWindowBottomEdgePosition (nint windowHandle)
43
+ //public static double GetMagpieWindowBottomEdgePosition (nint windowHandle)
44
44
//{
45
45
// return WinApi.GetProp(windowHandle, "Magpie.DestBottom") / WindowsUtils.Dpi.DpiScaleY;
46
46
//}
You can’t perform that action at this time.
0 commit comments