mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Added "special" DIB clipboard reader code, which is a test to fix bug #3576125. This is enabled over the ini property EnableSpecialDIBClipboardReader, disabled by default.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2195 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
7b30cdb617
commit
fbc0285c93
6 changed files with 122 additions and 2 deletions
|
@ -191,6 +191,9 @@ namespace GreenshotPlugin.Core {
|
|||
[IniProperty("ExperimentalFeatures", Description="A list of experimental features, this allows us to test certain features before releasing them.", ExcludeIfNull=true)]
|
||||
public List<string> ExperimentalFeatures;
|
||||
|
||||
[IniProperty("EnableSpecialDIBClipboardReader", Description = "Enable a special DIB clipboard reader", DefaultValue="False")]
|
||||
public bool EnableSpecialDIBClipboardReader;
|
||||
|
||||
// Specify what THIS build is
|
||||
public bool isRelease = false;
|
||||
public bool isReleaseCandidate = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue