-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 'Save to disk' button when uploading to imgur (#2237)
- Loading branch information
1 parent
31690b8
commit 00b1088
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00b1088
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I have cherry-picked this commit and applied it to v11.0.0, but unfortunately, there is no 'Save to disk' button in my case - all it does is ask for confirmation if the image has to be uploaded to Imgur, and then a notification appears that the URL has been copied to the clipboard. The corresponding image-entry is available in the 'Latest Uploads', but here also, I don't see any provision for saving the image to disk.
Am I missing something? Just in case, I use Qt v5.9.7.
00b1088
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now the dialog that displays the new feature does not display if you enable "Copy URL after Upload". This was once a feature but is now a bug in my opinion. Try disabling that option and seeing if it works then. Also feel free to open an issue for this and we will get it fixed.
00b1088
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@borgmanJeremy Thanks. Will open an issue for this.