mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 02:34:41 +00:00
Compare commits
No commits in common. "ce7303bd0d81416fd3ef93866e1f6b1c9d29c384" and "4faa94b2a31097ff2f6e128207424d891716bc40" have entirely different histories.
ce7303bd0d
...
4faa94b2a3
2 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<Project>
|
<Project>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>7.7.1</Version>
|
<Version>7.7.0</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
@ -18,7 +18,6 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
||||||
<DebugType>embedded</DebugType>
|
|
||||||
<EventSourceSupport>false</EventSourceSupport>
|
<EventSourceSupport>false</EventSourceSupport>
|
||||||
<StackTraceSupport>false</StackTraceSupport>
|
<StackTraceSupport>false</StackTraceSupport>
|
||||||
<MetricsSupport>false</MetricsSupport>
|
<MetricsSupport>false</MetricsSupport>
|
||||||
|
|
|
||||||
|
|
@ -414,7 +414,7 @@ namespace v2rayN.Desktop.Views
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (Utils.IsOSX() || _config.UiItem.Hide2TrayWhenClose)
|
if (_config.UiItem.Hide2TrayWhenClose)
|
||||||
{
|
{
|
||||||
foreach (var ownedWindow in this.OwnedWindows)
|
foreach (var ownedWindow in this.OwnedWindows)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue