You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(MessageBox.Show("Update found, do you want to update it?","Confirm",MessageBoxButtons.YesNo,MessageBoxIcon.Question)==DialogResult.Yes)
52
+
if(MessageBox.Show("New version found: "+latestReleaseName+"\nCurrent Version: "+CURRENTVERSION+"\n\nDo you want to update it?","Update found!",MessageBoxButtons.YesNo,MessageBoxIcon.Question)==DialogResult.Yes)
0 commit comments