mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
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:
parent
3e82b268e1
commit
f686a6d568
4 changed files with 36 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue