mirror of
https://github.com/greenshot/greenshot
synced 2025-07-12 16:13:53 -07:00
Creating a branch 1.1 where I will try to make the 1.1.7 build available, this means I need to merge some changes from 2.0 to here.
This commit is contained in:
parent
2a8e2475d8
commit
a03bc31aef
247 changed files with 6986 additions and 8233 deletions
|
@ -246,6 +246,9 @@ namespace GreenshotPlugin.Core {
|
|||
[IniProperty("LastSaveWithVersion", Description = "Version of Greenshot which created this .ini")]
|
||||
public string LastSaveWithVersion;
|
||||
|
||||
[IniProperty("ProcessEXIFOrientation", Description = "When reading images from files or clipboard, use the EXIF information to correct the orientation", DefaultValue = "True")]
|
||||
public bool ProcessEXIFOrientation;
|
||||
|
||||
// Specifies what THIS build is
|
||||
public BuildStates BuildState = BuildStates.RELEASE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue