mirror of
https://github.com/2dust/v2rayN.git
synced 2026-03-02 14:13:06 +00:00
Compare commits
2 commits
5e8e189c27
...
ae7d54c2e5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae7d54c2e5 | ||
|
|
56d0d65b06 |
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>7.16.7</Version>
|
||||
<Version>7.16.8</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
Title="v2rayN"
|
||||
Width="1200"
|
||||
Height="800"
|
||||
MinWidth="900"
|
||||
MinWidth="600"
|
||||
x:DataType="vms:MainWindowViewModel"
|
||||
Icon="/Assets/NotifyIcon1.ico"
|
||||
ShowInTaskbar="True"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
Title="v2rayN"
|
||||
Width="1200"
|
||||
Height="800"
|
||||
MinWidth="900"
|
||||
MinWidth="800"
|
||||
x:TypeArguments="vms:MainWindowViewModel"
|
||||
Icon="/Resources/v2rayN.ico"
|
||||
ResizeMode="CanResizeWithGrip"
|
||||
|
|
|
|||
Loading…
Reference in a new issue