feat: add option to disable seeding after download completes

This commit is contained in:
Hachi-R
2024-11-09 01:29:06 -03:00
parent 5078946191
commit c314c397a5
3 changed files with 15 additions and 4 deletions

View File

@@ -121,6 +121,8 @@ export class PythonInstance {
{ id: gameId },
{ status: "complete", shouldSeed: false }
);
this.pauseSeeding(gameId);
}
this.downloadingGameId = -1;