Skip to content
This repository was archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fixed typo in sizing buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
RequiDev committed Aug 20, 2021
1 parent a7e629f commit 98111d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReModCE/Components/ButtonAdjustmentsComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public override void OnUiManagerInit(UiManager uiManager)
}));
});

sizeMenu.AddToggle($"{buttonName}", "Half \"{buttonName\" button", b =>
sizeMenu.AddToggle($"{buttonName}", $"Half \"{buttonName}\" button", b =>
{
buttonHalfSize.SetValue(b);
if (b)
Expand Down

0 comments on commit 98111d0

Please sign in to comment.