mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Tested the fixes for bug #3576125, this now should work... although there might be some cases where reading the clipboard doesn't work as supposed. I added a configuration setting, but didn't add it to the expert settings due to a lack of "space". (Did fix the spacing of the checkboxes though)
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2198 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
cbf04192b6
commit
3e9b5b91c5
5 changed files with 57 additions and 34 deletions
|
@ -191,7 +191,7 @@ 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")]
|
||||
[IniProperty("EnableSpecialDIBClipboardReader", Description = "Enable a special DIB clipboard reader", DefaultValue="True")]
|
||||
public bool EnableSpecialDIBClipboardReader;
|
||||
|
||||
// Specify what THIS build is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue