OriginalFileName
This commit is contained in:
@ -4,11 +4,7 @@ using System.Text.Json.Serialization;
|
||||
namespace View_by_Distance.Rename.Models;
|
||||
|
||||
public record AppSettings(string Company,
|
||||
string DefaultUnknownDirectoryName,
|
||||
bool ForceIdName,
|
||||
int MaxDegreeOfParallelism,
|
||||
int MaxMinutesDelta,
|
||||
bool RenameUndo)
|
||||
int MaxDegreeOfParallelism)
|
||||
{
|
||||
|
||||
public override string ToString()
|
||||
|
Reference in New Issue
Block a user