diff --git a/UI/Panels/Config/HubHopPresetPanel.cs b/UI/Panels/Config/HubHopPresetPanel.cs index c1ac6846..947cc3af 100644 --- a/UI/Panels/Config/HubHopPresetPanel.cs +++ b/UI/Panels/Config/HubHopPresetPanel.cs @@ -393,7 +393,7 @@ private void TryToSelectOriginalPresetFromCode(string Code) code = Code, description = "This is a customized preset or custom code." }; - FilteredPresetList.Items.Add(CustomPreset); + FilteredPresetList.Items.Insert(0, CustomPreset); FilteredPresetListChanged(); // We have found the original preset InitializeComboBoxesWithPreset(CustomPreset);