mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
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:
parent
ddae26df89
commit
26fd909de0
2 changed files with 47 additions and 17 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue