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.
2 parents ec86590 + 7d7e611 commit 9748d98Copy full SHA for 9748d98
Knossos.NET/Classes/Knossos.cs
@@ -588,6 +588,9 @@ public async static void LoadBasePath(bool isQuickLaunch = false)
588
589
if (!isQuickLaunch)
590
{
591
+ //Sort/Re-sort installed mods
592
+ MainWindowViewModel.Instance?.InstalledModsView?.ChangeSort(MainWindowViewModel.Instance?.sharedSortType!);
593
+
594
//Red border for mod with missing deps
595
Dispatcher.UIThread.Invoke(() =>
596
@@ -609,11 +612,6 @@ public async static void LoadBasePath(bool isQuickLaunch = false)
609
612
await QuickLaunch();
610
613
}
611
614
-
- Dispatcher.UIThread.Invoke(() =>
- {
615
- MainWindowViewModel.Instance?.InstalledModsView?.ChangeSort(MainWindowViewModel.Instance?.sharedSortType!);
616
- });
617
618
619
/// <summary>
0 commit comments