Skip to content

Commit

Permalink
Update MainLayout.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed May 24, 2024
1 parent 075854a commit e976818
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AudioCuesheetEditor/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,7 @@ along with Foobar. If not, see
if (exportOptions?.SelectedExportProfile != null)
{
exportOptions.ExportProfiles.Remove(exportOptions.SelectedExportProfile);
//TODO: Set selected export profile to last one above?!
exportOptions.SelectedExportProfile = null;
exportOptions.SelectedExportProfile = exportOptions.ExportProfiles.LastOrDefault();
}
}

Expand Down

0 comments on commit e976818

Please sign in to comment.