1
0
mirror of synced 2024-11-30 18:24:39 +01:00

Oops, fix this

This commit is contained in:
KillzXGaming 2019-03-23 13:56:08 -04:00
parent 822a4c699e
commit f305ed994a
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -113,10 +113,9 @@ namespace Toolbox
#region Updater
private void Application_Idle(object sender, EventArgs e)
{
if (UpdateProgram.CanUpdate && !Runtime.EnableVersionCheck)
if (UpdateProgram.CanUpdate && Runtime.EnableVersionCheck)
{
//Prompt once for the user to update the tool.
UpdatePromptShown = true;
DialogResult result;
using (DialogCenteringService centeringService = new DialogCenteringService(this)) // center message box
{