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
MainProgram.DoDebug("Software up to date (beta program enabled)");
85
+
returnfalse;
86
+
}
85
87
}
86
88
}else{
87
89
MainProgram.DoDebug("Both release and beta is NULL, no new updates, or no contact to the server.");
@@ -93,14 +95,10 @@ public bool Check() {
93
95
DialogResultdialogResult=MessageBox.Show("A new version of "+MainProgram.messageBoxTitle+" is available (v"+newVersion.version+" ["+newVersion.type+"]), do you wish to install it?","New update found | "+MainProgram.messageBoxTitle,MessageBoxButtons.YesNo);
94
96
if(dialogResult==DialogResult.Yes){
95
97
MainProgram.DoDebug("User chose \"yes\" to install update");
//Dropbox not found & no custom filepath, go through setup again?
274
276
var msgBox = MessageBox.Show("Dropbox (required) doesn't seem to be installed... Do you want to go through the setup guide again?", "[ERROR] No folder specified | " + messageBoxTitle, MessageBoxButtons.YesNo);
0 commit comments