Compare commits

...

2 Commits
7.0.8 ... 7.0.9

Author SHA1 Message Date
2dust
798c7fad9a up 7.0.9 2024-11-08 20:44:28 +08:00
2dust
5797b37262 Bug fix
https://github.com/2dust/v2rayN/issues/6023
2024-11-08 20:41:07 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>7.0.8</Version>
<Version>7.0.9</Version>
</PropertyGroup>
<ItemGroup>

View File

@@ -14,6 +14,7 @@
Height="700"
MinWidth="900"
x:TypeArguments="vms:MainWindowViewModel"
ResizeMode="CanResizeWithGrip"
ShowInTaskbar="True"
Style="{StaticResource WindowGlobal}"
WindowStartupLocation="CenterScreen"