mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
BUG-1949: Fixed imgur issues, especially the delete.
This commit is contained in:
parent
066ea19568
commit
e781bdcd5c
3 changed files with 79 additions and 48 deletions
|
@ -32,8 +32,6 @@ namespace GreenshotImgurPlugin {
|
|||
/// </summary>
|
||||
[IniSection("Imgur", Description="Greenshot Imgur Plugin configuration")]
|
||||
public class ImgurConfiguration : IniSection {
|
||||
[IniProperty("ImgurApiUrl", Description="Url to Imgur system.", DefaultValue= "http://api.imgur.com/2")]
|
||||
public string ImgurApiUrl;
|
||||
[IniProperty("ImgurApi3Url", Description = "Url to Imgur system.", DefaultValue = "https://api.imgur.com/3")]
|
||||
public string ImgurApi3Url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue