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
* master: add Delete key to remove project from Recent projects list (with confirmation dialog) fix nullref if selected unity version is not available and tried to search updates
varresult=MessageBox.Show("Are you sure you want to remove project from list?\n\n"+title,"Remove project",MessageBoxButton.YesNo,MessageBoxImage.Question);
1082
+
if(result==MessageBoxResult.No)return;
1083
+
}
1084
+
1085
+
if(GetProjects.RemoveRecentProject(proj.Path))
1086
+
{
1087
+
RefreshRecentProjects();
1088
+
}
1089
+
else
1090
+
{
1091
+
// we had added this project manually, without opening yet, just remove item