Browse Source

Set AssemblyName to v2rayN

pull/5940/head
2dust 4 weeks ago
parent
commit
6b922be0c6
  1. 5
      v2rayN/v2rayN.Desktop/Views/ClashProxiesView.axaml
  2. 1
      v2rayN/v2rayN.Desktop/v2rayN.Desktop.csproj

5
v2rayN/v2rayN.Desktop/Views/ClashProxiesView.axaml

@ -161,10 +161,7 @@
<RowDefinition Height="8" />
<RowDefinition Height="1*" />
</Grid.RowDefinitions>
<TextBlock
Grid.Row="0"
Text="{Binding Name}"
TextWrapping="WrapWithOverflow" />
<TextBlock Grid.Row="0" Text="{Binding Name}" />
<DockPanel Grid.Row="2">
<TextBlock
DockPanel.Dock="Right"

1
v2rayN/v2rayN.Desktop/v2rayN.Desktop.csproj

@ -8,6 +8,7 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<Copyright>Copyright © 2017-2024 (GPLv3)</Copyright>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<AssemblyName>v2rayN</AssemblyName>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save