diff --git a/ActionTimelineEx/Plugin.cs b/ActionTimelineEx/Plugin.cs index 47c07dc..d5cde6b 100644 --- a/ActionTimelineEx/Plugin.cs +++ b/ActionTimelineEx/Plugin.cs @@ -131,6 +131,7 @@ private void CreateWindows() private void Draw() { if (Settings == null || !Player.Available) return; + if (Svc.GameGui.GameUiHidden) return; _windowSystem?.Draw(); diff --git a/ECommons b/ECommons index 64b3803..8749ff5 160000 --- a/ECommons +++ b/ECommons @@ -1 +1 @@ -Subproject commit 64b38039faf2a044fd1fc4829a567e123e4ca167 +Subproject commit 8749ff5c2b51692a9f93069a26c116c6b90e7288