Skip to content

Commit d2f05b6

Browse files
authored
Merge pull request #7581 from m-kuhn/relabelRunButton
Rename "Run in background" to "Run"
2 parents d39bdcd + 4a9dec7 commit d2f05b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gui/processing/qgsprocessingalgorithmdialogbase.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ void QgsProcessingAlgorithmDialogBase::setAlgorithm( QgsProcessingAlgorithm *alg
143143
textShortHelp->setHtml( algHelp );
144144
connect( textShortHelp, &QTextBrowser::anchorClicked, this, &QgsProcessingAlgorithmDialogBase::linkClicked );
145145
}
146-
147-
if ( !( algorithm->flags() & QgsProcessingAlgorithm::FlagNoThreading ) )
148-
mButtonRun->setText( tr( "Run in Background" ) );
149146
}
150147

151148
QgsProcessingAlgorithm *QgsProcessingAlgorithmDialogBase::algorithm()

0 commit comments

Comments
 (0)