13
0

Prefer "one track per file" as default

This commit is contained in:
Robin Gareus 2019-08-15 01:30:17 +02:00
parent 316880b9cf
commit 76048c050d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1539,12 +1539,12 @@ SoundFileOmega::reset_options ()
if (mode == ImportAsTrack || mode == ImportAsTapeTrack || mode == ImportToTrack) {
channel_strings.push_back (_("one track per file"));
if (selection_includes_multichannel) {
channel_strings.push_back (_("one track per channel"));
}
channel_strings.push_back (_("one track per file"));
if (paths.size() > 1) {
/* tape tracks are a single region per track, so we cannot
sequence multiple files.