TrayLeftClickAction default to WindowRectangle

This commit is contained in:
Jaex 2015-12-07 06:28:33 +02:00
parent 17be947907
commit 49a90e0417

View file

@ -139,7 +139,7 @@ public ApplicationConfig()
[Category("Application"), DefaultValue(true), Description("Automatically expand capture menu when you open the tray menu.")]
public bool TrayAutoExpandCaptureMenu { get; set; }
[Category("Application"), DefaultValue(HotkeyType.RectangleRegion), Description("You can set which action to happen when you left click tray icon."), TypeConverter(typeof(EnumDescriptionConverter))]
[Category("Application"), DefaultValue(HotkeyType.WindowRectangle), Description("You can set which action to happen when you left click tray icon."), TypeConverter(typeof(EnumDescriptionConverter))]
public HotkeyType TrayLeftClickAction { get; set; }
[Category("Application"), DefaultValue(HotkeyType.PrintScreen), Description("You can set which action to happen when you middle click tray icon."), TypeConverter(typeof(EnumDescriptionConverter))]