UI tweaks

This commit is contained in:
Serge
2023-04-22 00:09:22 +02:00
parent a30f5d801b
commit 47deb669d1
2 changed files with 2 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ namespace GHelper
public void LabelFansResult(string text)
{
labelFansResult.Text = text;
labelFansResult.Visible = (text.Length == 0);
}
private void Fans_FormClosing(object? sender, FormClosingEventArgs e)

View File

@@ -16,7 +16,7 @@
<PlatformTarget>x64</PlatformTarget>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<AssemblyVersion>0.55</AssemblyVersion>
<AssemblyVersion>0.56</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">