Skip to content

Commit

Permalink
Highlight "MODS" tab instead of "OWML" by default
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Oct 10, 2024
1 parent 7555c05 commit 48a14d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OWML.ModHelper.Menus/NewMenuSystem/MenuManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ void SaveConfig()

// Create menus and submenus
var (modsMenu, modsMenuButton) = OptionsMenuManager.CreateTabWithSubTabs("MODS");
var (owmlSubTab, owmlSubTabButton) = OptionsMenuManager.AddSubTab(modsMenu, "OWML");
var (modsSubTab, modsSubTabButton) = OptionsMenuManager.AddSubTab(modsMenu, "MODS");
var (owmlSubTab, owmlSubTabButton) = OptionsMenuManager.AddSubTab(modsMenu, "OWML");

OWMLSettingsMenu = owmlSubTab;

Expand Down

0 comments on commit 48a14d4

Please sign in to comment.