mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Changed the date/time on prints to a configurable footer, using the patterns of the filename, didn't change the GUI yet. Changed default to date/time (local format) + capturetitle.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1707 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
0722cbfe22
commit
d824b8e893
7 changed files with 60 additions and 36 deletions
|
@ -168,7 +168,7 @@ namespace Greenshot.Configuration {
|
|||
coreConfiguration.OutputPrintAllowShrink = (bool)appConfig.Output_Print_AllowShrink;
|
||||
coreConfiguration.OutputPrintCenter = (bool)appConfig.Output_Print_Center;
|
||||
coreConfiguration.OutputPrintPromptOptions = (bool)appConfig.Output_Print_PromptOptions;
|
||||
coreConfiguration.OutputPrintTimestamp = (bool)appConfig.Output_Print_Timestamp;
|
||||
coreConfiguration.OutputPrintFooter = (bool)appConfig.Output_Print_Timestamp;
|
||||
int delay = appConfig.Capture_Wait_Time-1;
|
||||
if (delay < 0) {
|
||||
delay = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue