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