fix: hide window in cutscene

This commit is contained in:
Anna 2024-07-16 18:04:27 -04:00
parent c65ff38378
commit c9f9ea7e3d
Signed by: anna
GPG Key ID: D0943384CD9F87D1

View File

@ -138,6 +138,7 @@ internal class Messages : IDisposable {
if (this.Plugin.Config.DisableInCutscene && cutsceneChanged) {
if (nowCutscene) {
this.RemoveVfx();
this.Clear();
} else {
this.SpawnVfx();
}
@ -148,6 +149,7 @@ internal class Messages : IDisposable {
if (this.Plugin.Config.DisableInGpose && gposeChanged) {
if (nowGpose) {
this.RemoveVfx();
this.Clear();
} else {
this.SpawnVfx();
}