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

Download gets started automaticially when the saves an image file #3

Closed
gautamkrishnar opened this issue May 6, 2020 · 5 comments
Closed
Labels
bug Something isn't working
Milestone

Comments

@gautamkrishnar
Copy link
Owner

  • Right-click an image
  • Click on save image as

The download is started automatically... This should be prevented.

@gautamkrishnar gautamkrishnar added the bug Something isn't working label May 6, 2020
@gautamkrishnar gautamkrishnar added this to the 1.0.6 milestone May 6, 2020
@gautamkrishnar gautamkrishnar self-assigned this May 9, 2020
@jewel-snake
Copy link

chrome.downloads has event onDeterminingFilename. As possible solution, you can make your code
wait until user finish choosing filename and destination directory.

@hthre7
Copy link

hthre7 commented Jun 20, 2020

agalwood/Motrix#716 (comment)

motrix add scheming this will actually

// New Task
motrix://new-task?uri=URL&out=NAME&dir=DIR

// Add Task silently, no confirmation
motrix://new-task?uri=URL&out=NAME&silent=true

// Open Preference
motrix://preferences

// Open About
motrix://about

@JaroslawPokropinski
Copy link
Collaborator

Is this not fixed by #46?

@gautamkrishnar
Copy link
Owner Author

Yep this is fixed

@gautamkrishnar
Copy link
Owner Author

@hthre7 Thanks for letting us know. Let us see what we can change in the extension using the new scheme.

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

4 participants