Don't special case output directory label for jobsets.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19868
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user