Added a "check for unstable" updates checkbox in the expert settings, as suggested in Feature Request #3527216

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1856 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-05-16 10:15:51 +00:00
commit f686a6d568
4 changed files with 36 additions and 17 deletions

View file

@ -172,6 +172,11 @@ namespace GreenshotPlugin.Core {
[IniProperty("OptimizeForRDP", Description="Make some optimizations for usage with remote desktop", DefaultValue="False")]
public bool OptimizeForRDP;
// change to false for releases
[IniProperty("CheckUnstable", Description = "Also check for unstable version updates", DefaultValue = "False")]
public bool CheckUnstable;
[IniProperty("ActiveTitleFixes", Description="The fixes that are active.")]
public List<string> ActiveTitleFixes;
@ -235,8 +240,6 @@ namespace GreenshotPlugin.Core {
return true;
}
// change to false for releases
public bool CheckUnstable = true;
/// <summary>
/// Supply values we can't put as defaults