Skip to content

Commit

Permalink
Update HumanoidProfileEditor.xaml.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Evgencheg <73418250+Evgencheg@users.noreply.github.com>
  • Loading branch information
Evgencheg authored Sep 4, 2024
1 parent 13aea27 commit bf5e0ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -617,12 +617,14 @@ private void OnSpeciesInfoButtonPressed(BaseButton.ButtonEventArgs args)

private void ToggleClothes(BaseButton.ButtonEventArgs _)
{
_controller.UpdateClothes = true;
_controller.ShowClothes = ShowClothes.Pressed;
_controller.UpdateCharacterUI();
}

private void ToggleLoadouts(BaseButton.ButtonEventArgs _)
{
_controller.UpdateClothes = true;
_controller.ShowLoadouts = ShowLoadouts.Pressed;
_controller.UpdateCharacterUI();
}
Expand Down

0 comments on commit bf5e0ab

Please sign in to comment.