[Feature] CodeBuity&Refactor #49

This commit is contained in:
Markus Hofknecht 2020-03-21 12:13:36 +01:00
parent 926a425747
commit f53c252121
2 changed files with 3 additions and 4 deletions

View file

@ -10,8 +10,7 @@ namespace SystemTrayMenu
{
get
{
return timerFadeIn.Enabled ||
timerFadeHalf.Enabled;
return timerFadeIn.Enabled;
}
}

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.2.7")]
[assembly: AssemblyFileVersion("0.9.2.7")]
[assembly: AssemblyVersion("0.9.2.8")]
[assembly: AssemblyFileVersion("0.9.2.8")]