Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several downloads at the same time #7

Open
Dorian25 opened this issue Jul 29, 2022 · 1 comment
Open

Several downloads at the same time #7

Dorian25 opened this issue Jul 29, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Dorian25
Copy link
Owner

Scenario

  • The user clicks on a volume to download. The download begins.
  • During the download, he can click on another volume to download it.

Solution

  • Disable the mouse click as long as the current download is not finished, so as not to download several volumes at the same time
@Dorian25 Dorian25 added the bug Something isn't working label Jul 29, 2022
@Dorian25
Copy link
Owner Author

Solution :

  • Monitor the thread that starts the download, as long as it isAlive no action is possible.

@Dorian25 Dorian25 self-assigned this Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant