mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
lint
This commit is contained in:
parent
86d3f7ac81
commit
64b1795ddd
1 changed files with 7 additions and 3 deletions
|
@ -106,7 +106,11 @@ export class PythonInstance {
|
|||
);
|
||||
}
|
||||
|
||||
if (progress === 1 && !isCheckingFiles && status !== LibtorrentStatus.Seeding) {
|
||||
if (
|
||||
progress === 1 &&
|
||||
!isCheckingFiles &&
|
||||
status !== LibtorrentStatus.Seeding
|
||||
) {
|
||||
this.downloadingGameId = -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue