Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: ui hidden fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Mar 15, 2024
1 parent be6eaa0 commit 20e72e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ActionTimelineEx/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ private void CreateWindows()
private void Draw()
{
if (Settings == null || !Player.Available) return;
if (Svc.GameGui.GameUiHidden) return;

_windowSystem?.Draw();

Expand Down

0 comments on commit 20e72e5

Please sign in to comment.