mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-04 13:59:25 +03:00
Added srt command to Switch Run Target.
This commit is contained in:
@@ -1201,7 +1201,9 @@ void ProjectBuildManager::updateRunConfig() {
|
||||
UIDropDownList* buildList = buildTab->find<UIDropDownList>( "build_list" );
|
||||
UIDropDownList* runConfigList = buildTab->find<UIDropDownList>( "run_config_list" );
|
||||
|
||||
auto runName = mConfig.runName;
|
||||
runConfigList->getListBox()->clear();
|
||||
mConfig.runName = runName;
|
||||
|
||||
String first = buildList->getListBox()->getItemSelectedText();
|
||||
if ( !first.empty() ) {
|
||||
|
||||
Reference in New Issue
Block a user