Skip to content

Commit 7c26143

Browse files
committed
manually order Leaderboards category after core
1 parent bb902b5 commit 7c26143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModAssistant/Pages/Mods.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public async Task LoadMods()
131131

132132
try
133133
{
134-
var manualCategories = new string[] { "Core" };
134+
var manualCategories = new string[] { "Core", "Leaderboards" };
135135

136136
ModList.Sort((a, b) =>
137137
{

0 commit comments

Comments
 (0)