Localization hud layout (#31013)
This commit is contained in:
@@ -33,7 +33,7 @@ public sealed partial class MiscTab : Control
|
||||
var layoutEntries = new List<OptionDropDownCVar<string>.ValueOption>();
|
||||
foreach (var layout in Enum.GetValues(typeof(ScreenType)))
|
||||
{
|
||||
layoutEntries.Add(new OptionDropDownCVar<string>.ValueOption(layout.ToString()!, layout.ToString()!));
|
||||
layoutEntries.Add(new OptionDropDownCVar<string>.ValueOption(layout.ToString()!, Loc.GetString($"ui-options-hud-layout-{layout.ToString()!.ToLower()}")));
|
||||
}
|
||||
|
||||
// Channel can be null in replays so.
|
||||
|
||||
Reference in New Issue
Block a user