Keep txt as the default metadata format, and write metadata files by default, if saving to disk

This commit is contained in:
cmdr2 2023-02-10 18:13:08 +05:30
parent 3c74540615
commit 1dd165a9c9

View File

@ -58,7 +58,7 @@ var PARAMETERS = [
type: ParameterType.select, type: ParameterType.select,
label: "Metadata format", label: "Metadata format",
note: "will be saved to disk in this format", note: "will be saved to disk in this format",
default: "none", default: "txt",
options: [ options: [
{ {
value: "none", value: "none",