feat: checking updates only for games with executables

This commit is contained in:
Moyasee
2025-11-11 01:14:27 +02:00
parent b578af4612
commit 44b24ab63d
2 changed files with 6 additions and 4 deletions

View File

@@ -200,6 +200,8 @@ export function RepacksModal({
if (viewedRepackIds.has(repack.id)) return false;
if (!game?.executablePath) return false;
if (!lastCheckTimestamp || !repack.createdAt) {
return false;
}