Compare commits

..

No commits in common. "ce7303bd0d81416fd3ef93866e1f6b1c9d29c384" and "4faa94b2a31097ff2f6e128207424d891716bc40" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -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>

View file

@ -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)
{ {