Added "credits left" for Imgur to the form, this might give us a better idea of why the upload sometimes takes so long.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2006 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-09-06 15:48:44 +00:00
commit 480b32f586
4 changed files with 27 additions and 2 deletions

View file

@ -49,6 +49,10 @@ namespace GreenshotImgurPlugin {
// Not stored, only run-time!
public Dictionary<string, ImgurInfo> runtimeImgurHistory = new Dictionary<string, ImgurInfo>();
public int Credits {
get;
set;
}
/// <summary>
/// Supply values we can't put as defaults