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
@@ -285,7 +285,7 @@ public void SetButtonActive(Control c, bool state)
285
285
286
286
#region FileList
287
287
288
-
publicvoidRefreshFileListUi()
288
+
publicasyncTaskRefreshFileListUi()
289
289
{
290
290
boolanySelected=fileList.SelectedItems.Count>0;
291
291
booloneSelected=fileList.SelectedItems.Count==1;
@@ -301,7 +301,12 @@ public void RefreshFileListUi()
301
301
$"{(count>1&&RunTask.currentFileListMode==RunTask.FileListMode.Mux?"Double click any of them or use the Load Tracks button to load their tracks.":"")}";
0 commit comments