mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Code quality changes [skip ci]
This commit is contained in:
parent
61cfe004c5
commit
798ca503a5
108 changed files with 1981 additions and 2258 deletions
|
@ -114,7 +114,7 @@ namespace Greenshot.Destinations {
|
|||
}
|
||||
// Don't overwrite filename if no output is made
|
||||
if (outputMade) {
|
||||
exportInformation.ExportMade = outputMade;
|
||||
exportInformation.ExportMade = true;
|
||||
exportInformation.Filepath = fullPath;
|
||||
if (captureDetails != null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue