Ops, fix the update icon to actually enable.

This commit is contained in:
KillzXGaming 2019-03-28 21:08:08 -04:00
parent 8d1b5a3674
commit c87889963c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -118,7 +118,7 @@ namespace Toolbox
{ {
if (UpdateProgram.CanUpdate && Runtime.EnableVersionCheck && UsePrompt) if (UpdateProgram.CanUpdate && Runtime.EnableVersionCheck && UsePrompt)
{ {
updateToolstrip.Checked = true; updateToolstrip.Enabled = true;
} }
} }