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
{{ message }}
This repository was archived by the owner on May 19, 2021. It is now read-only.
adjust statusbar texts fixes#37, compare version numbers, if difference is more than 0.1 then show update available fixes#38, clear folder list when loading settings fixes#39
DialogResultdialogResult=MessageBox.Show("Update "+result+" is available, open download page?","UnityLauncher - Check Update",MessageBoxButtons.YesNo);
1108
1114
if(dialogResult==DialogResult.Yes)// open download page
1109
1115
{
@@ -1112,7 +1118,7 @@ void CheckUpdates()
1112
1118
}
1113
1119
else
1114
1120
{
1115
-
SetStatus("No updates available..");
1121
+
SetStatus("No updates available. Current release is "+previousGitRelease);
0 commit comments