Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/game-overlay' into feat/gam…
Browse files Browse the repository at this point in the history
…e-overlay
  • Loading branch information
Wurielle committed Jan 14, 2025
2 parents dbfeea9 + 7630cea commit 4483cc0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions apps/app/src/electron/game-overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,12 @@ class GameOverlay {
this.injectByProcess(processInfo)
}
}, 1000)
setTimeout(() => {
clearInterval(interval)
}, 5 * 60 * 1000)
setTimeout(
() => {
clearInterval(interval)
},
5 * 60 * 1000,
)
}

public injectByProcess(processInfo: ProcessInfo) {
Expand Down

0 comments on commit 4483cc0

Please sign in to comment.