Don't nag for updating every boot

This commit is contained in:
KillzXGaming 2023-06-13 18:21:49 -04:00
parent 916aeab313
commit feea29f3be

View file

@ -189,13 +189,6 @@ namespace Toolbox
{
updateToolstrip.Enabled = true;
UsePrompt = false;
// Shows an on-screen message that updates are available
DialogResult result = MessageBox.Show("Updates are available. Do you want to update now?", "Update Available", MessageBoxButtons.YesNo);
if (result == DialogResult.Yes)
{
UpdateNotifcationClick();
}
}
}