Skip to content

Commit

Permalink
refactor settings window
Browse files Browse the repository at this point in the history
  • Loading branch information
WeylonSantana committed Jul 24, 2024
1 parent 37f53d6 commit 068dda0
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 444 deletions.
2 changes: 1 addition & 1 deletion Intersect.Client/Interface/Game/EscapeMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void OpenSettingsWindow()
/// <inheritdoc />
public override void ToggleHidden()
{
if (mSettingsWindow.IsVisible)
if (!mSettingsWindow.IsHidden)
{
return;
}
Expand Down
Loading

0 comments on commit 068dda0

Please sign in to comment.