mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 16:50:26 +02:00
Disable metadata in command line exports
This commit is contained in:
parent
73719882bc
commit
54aac13648
@ -356,7 +356,7 @@ ExportCL::ExportCL()
|
||||
SetFormat(wxT("CL"),0);
|
||||
AddExtension(wxT(""),0);
|
||||
SetMaxChannels(255,0);
|
||||
SetCanMetaData(true,0);
|
||||
SetCanMetaData(false,0);
|
||||
SetDescription(XO("(external program)"),0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user