Skip to content

Commit

Permalink
add label for unknown setting type
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Nov 9, 2023
1 parent 562fdef commit 530195e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OWML.ModHelper.Menus/NewMenuSystem/MenuManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ void SaveConfig()
break;
default:
_console.WriteLine($"Couldn't generate input for unkown input type {settingType}", MessageType.Error);
OptionsMenuManager.CreateLabel(newModTab, $"Unknown {settingType} : {name}");
break;
}
}
Expand Down

0 comments on commit 530195e

Please sign in to comment.