mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 01:23:47 -07:00
Cleanup of sound code, also added the possibility to configure your own sound.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1911 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
5d742ce21d
commit
b3a3c1da4e
3 changed files with 50 additions and 31 deletions
|
@ -134,7 +134,8 @@ namespace GreenshotPlugin.Core {
|
|||
public bool OutputPrintFooter;
|
||||
[IniProperty("OutputPrintFooterPattern", Description = "Footer pattern", DefaultValue = "${capturetime:d\"D\"} ${capturetime:d\"T\"} - ${title}")]
|
||||
public string OutputPrintFooterPattern;
|
||||
|
||||
[IniProperty("NotificationSound", Description = "The wav-file to play when a capture is taken, loaded only once at the Greenshot startup", DefaultValue="default")]
|
||||
public string NotificationSound;
|
||||
[IniProperty("UseProxy", Description="Use your global proxy?", DefaultValue="True")]
|
||||
public bool UseProxy;
|
||||
[IniProperty("IECapture", Description="Enable/disable IE capture", DefaultValue="True")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue