Skip to content

Commit 3c26524

Browse files
committed
add status message: available unity count
1 parent d2da947 commit 3c26524

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

UnityLauncherPro/MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,7 @@ private async void OnTabSelectionChanged(object sender, SelectionChangedEventArg
12871287
if (task.IsCompleted == false || task.IsFaulted == true) return;
12881288
if (items == null) return;
12891289
updatesSource = items.ToArray();
1290+
SetStatus("Found " + updatesSource.Length + " versions");
12901291
if (updatesSource == null) return;
12911292
dataGridUpdates.ItemsSource = updatesSource;
12921293
// if search string is set, then filter it (after data is loaded)

0 commit comments

Comments
 (0)