Skip to content

Commit

Permalink
Update LanguageMenuUIController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed May 3, 2024
1 parent 7c2621b commit 5023cc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Content.Client.UserInterface.Systems.Language;
[UsedImplicitly]
public sealed class LanguageMenuUIController : UIController, IOnStateEntered<GameplayState>, IOnStateExited<GameplayState>
{
[UISystemDependency] private readonly LanguageSystem _languageSystem = default!;
[UISystemDependency] private LanguageSystem _languageSystem = default!;
public LanguageMenuWindow? _languageWindow;
private MenuButton? LanguageButton => UIManager.GetActiveUIWidgetOrNull<MenuBar.Widgets.GameTopMenuBar>()?.LanguageButton;

Expand Down

0 comments on commit 5023cc4

Please sign in to comment.