Fixed center handling

This commit is contained in:
Florian Rappl
2025-12-22 12:32:52 +01:00
parent 29fdbb5315
commit ae3f755648
8 changed files with 16 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ Add the Electron.NET configuration to your `.csproj` file:
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ElectronNET.Core" Version="0.4.0" />
<PackageReference Include="ElectronNET.Core" Version="0.4.1" />
</ItemGroup>
```