Optimized for Remote Desktop / Terminal Server Sessions, also made it possible to enable/disable the zoomer.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2356 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-12-05 20:02:21 +00:00
commit 26fd909de0
2 changed files with 47 additions and 17 deletions

View file

@ -216,6 +216,9 @@ namespace GreenshotPlugin.Core {
[IniProperty("LeftClickAction", Description = "Specify what action is made if the tray icon is left clicked", DefaultValue = "CONTEXT_MENU")]
public LeftClickActions LeftClickAction;
[IniProperty("ZoomerEnabled", Description = "Sets if the zoomer is enabled", DefaultValue = "True")]
public bool ZoomerEnabled;
// Specifies what THIS build is
public BuildStates BuildState = BuildStates.UNSTABLE;