Make filename character replacement more xplat and allow replacing any char, not just illegal.
This commit is contained in:
parent
80bcf60b5b
commit
a0dd2ccad6
9 changed files with 1141 additions and 1133 deletions
|
|
@ -276,7 +276,7 @@ namespace LibationFileManager
|
|||
|
||||
#region templates: custom file naming
|
||||
|
||||
[Description("Edit how illegal filename characters are replaced")]
|
||||
[Description("Edit how filename characters are replaced")]
|
||||
public ReplacementCharacters ReplacementCharacters
|
||||
{
|
||||
get => persistentDictionary.GetNonString<ReplacementCharacters>(nameof(ReplacementCharacters));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue