mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-14 00:47:37 +00:00
Ops, fix the update icon to actually enable.
This commit is contained in:
parent
8d1b5a3674
commit
c87889963c
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -118,7 +118,7 @@ namespace Toolbox
|
||||||
{
|
{
|
||||||
if (UpdateProgram.CanUpdate && Runtime.EnableVersionCheck && UsePrompt)
|
if (UpdateProgram.CanUpdate && Runtime.EnableVersionCheck && UsePrompt)
|
||||||
{
|
{
|
||||||
updateToolstrip.Checked = true;
|
updateToolstrip.Enabled = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue