We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104fd99 commit f6095c4Copy full SHA for f6095c4
UnityLauncherPro/MainWindow.xaml.cs
@@ -796,7 +796,7 @@ async void GoLookForUpdatesForThisUnity()
796
await CallGetUnityUpdates();
797
798
var unity = GetSelectedUnity();
799
- if (unity == null) return;
+ if (unity == null || string.IsNullOrEmpty(unity.Version) == true) return;
800
801
if (dataGridUpdates.ItemsSource != null)
802
{
0 commit comments