mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Added Proxy support
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@900 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
2cc6277ce2
commit
60eff1d0f6
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ namespace Greenshot.Core {
|
||||||
public bool OutputPrintCenter;
|
public bool OutputPrintCenter;
|
||||||
[IniProperty("OutputPrintTimestamp", Description="Print timestamp on print?", DefaultValue="true")]
|
[IniProperty("OutputPrintTimestamp", Description="Print timestamp on print?", DefaultValue="true")]
|
||||||
public bool OutputPrintTimestamp;
|
public bool OutputPrintTimestamp;
|
||||||
|
[IniProperty("UseProxy", Description="Use your global proxy?", DefaultValue="True")]
|
||||||
|
public bool UseProxy;
|
||||||
|
|
||||||
[IniProperty("Test", Description="Test property")]
|
[IniProperty("Test", Description="Test property")]
|
||||||
public Dictionary<string, bool> testProp;
|
public Dictionary<string, bool> testProp;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue