mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-13 00:17:30 +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)
|
||||
{
|
||||
updateToolstrip.Checked = true;
|
||||
updateToolstrip.Enabled = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue