From 442af5cc3d7ffbd4e31fbb13132b9a44e38af694 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Thu, 27 Apr 2017 00:03:22 +0300 Subject: Many minor fixes, new modules --- SelectModsForm.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'SelectModsForm.cs') diff --git a/SelectModsForm.cs b/SelectModsForm.cs index f77fcd9f..a1842937 100644 --- a/SelectModsForm.cs +++ b/SelectModsForm.cs @@ -52,6 +52,7 @@ namespace com.clusterrr.hakchi_gui readmeFiles = new string[] { "readme.txt", "readme.md", "readme" }; checkedListBoxMods.Items.Clear(); checkedListBoxMods.Items.AddRange(modsList.ToArray()); + checkedListBoxMods.Sorted = true; if (filesToAdd != null) AddMods(filesToAdd); this.AllowDrop = allowDropMods; } -- cgit v1.2.3