shared: FilesSverOptions: Rename members

This commit is contained in:
2023-01-08 17:37:28 +01:00
parent 8298b675aa
commit ccc4d09b36
3 changed files with 7 additions and 7 deletions

View File

@@ -6,9 +6,9 @@ class FileSaverOptions
public:
bool verbose = false;
bool keepGoing = false;
bool pathsOnly = false;
bool metadataOnly = false;
/* Whether those previously explicitly without content should be filled */
bool fillPathsOnlyWithContent = false;
bool fillExistingContentless = false;
};
#endif // FILESAVEROPTIONS_H