Don't special case output directory label for jobsets.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19868
This commit is contained in:
Jeff Young
2025-02-19 23:43:53 +00:00
parent 6a3f52dbaf
commit be58dddcab
@@ -85,8 +85,6 @@ DIALOG_PLOT_SCHEMATIC::DIALOG_PLOT_SCHEMATIC( SCH_EDIT_FRAME* aEditFrame, wxWind
{
SetTitle( m_job->GetSettingsDialogTitle() );
m_outputPathLabel->SetLabel( _( "Output file:" ) );
m_browseButton->Hide();
m_MessagesBox->Hide();