From 20e72e5f4a79e72e84fa61bc5651b36bc82ae5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E6=B0=B4?= <53346444+ArchiDog1998@users.noreply.github.com> Date: Fri, 15 Mar 2024 19:29:43 +0800 Subject: [PATCH] fix: ui hidden fix. --- ActionTimelineEx/Plugin.cs | 1 + ECommons | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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