mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 13:15:14 +03:00
Fixed bugs in Run Application.
This commit is contained in:
@@ -83,8 +83,10 @@ void StatusAppOutputController::run( const ProjectBuildCommand& runData,
|
||||
|
||||
const auto updateRunButton = [this]() {
|
||||
UIPushButton* buildButton = getRunButton( mApp );
|
||||
buildButton->runOnMainThread(
|
||||
[this, buildButton] { buildButton->setText( mApp->i18n( "run", "Run" ) ); } );
|
||||
if ( buildButton ) {
|
||||
buildButton->runOnMainThread(
|
||||
[this, buildButton] { buildButton->setText( mApp->i18n( "run", "Run" ) ); } );
|
||||
}
|
||||
mRunButton->setEnabled( true );
|
||||
mStopButton->setEnabled( false );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user