mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 13:58:26 +00:00
Oops, fix this
This commit is contained in:
parent
822a4c699e
commit
f305ed994a
2 changed files with 1 additions and 2 deletions
Binary file not shown.
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue