Skip to content

Commit

Permalink
Merge pull request #154 from 1tsuka/main
Browse files Browse the repository at this point in the history
update signal.html
  • Loading branch information
xosg authored Feb 1, 2024
2 parents 1cb9c0b + ca89b10 commit d59b68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signal.html
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
"unattended",
"renderOffScreen",
"audioMixer",
].includes(event.target.id)
].includes(event.target.id) || event.target.id.includes("GPU_")
) {
config["UE5"] = createUE5Config();
} else {
Expand Down

0 comments on commit d59b68e

Please sign in to comment.