Change default file name patterns to use random alphanumeric

This commit is contained in:
Jaex 2018-09-02 22:13:41 +03:00
parent 8fe31bf279
commit 723585e82d

View file

@ -367,8 +367,8 @@ public class TaskSettingsUpload
public bool UseCustomTimeZone = false; public bool UseCustomTimeZone = false;
public TimeZoneInfo CustomTimeZone = TimeZoneInfo.Utc; public TimeZoneInfo CustomTimeZone = TimeZoneInfo.Utc;
public string NameFormatPattern = "%y-%mo-%d_%h-%mi-%s"; public string NameFormatPattern = "%ra{10}";
public string NameFormatPatternActiveWindow = "%pn_%y-%mo-%d_%h-%mi-%s"; public string NameFormatPatternActiveWindow = "%pn_%ra{10}";
public bool RegionCaptureUseWindowPattern = true; public bool RegionCaptureUseWindowPattern = true;
public bool FileUploadUseNamePattern = false; public bool FileUploadUseNamePattern = false;
public bool FileUploadReplaceProblematicCharacters = false; public bool FileUploadReplaceProblematicCharacters = false;