feat: adiciona suporte para excluir faixas de áudio e legenda do arquivo de saída
This commit is contained in:
@@ -662,6 +662,9 @@ impl eframe::App for App {
|
||||
ExistingTrackEvent::DriftChanged(id, scale) => {
|
||||
let _ = AdjustExistingTrackDrift::execute(project, id, scale);
|
||||
}
|
||||
ExistingTrackEvent::ExcludeToggled(id) => {
|
||||
project.toggle_existing_track_excluded(id);
|
||||
}
|
||||
ExistingTrackEvent::ExportRequested(id) => {
|
||||
if let Some(track) =
|
||||
project.existing_tracks.iter().find(|t| t.id == id).cloned()
|
||||
|
||||
Reference in New Issue
Block a user