Don't invoke adb with no runnable Android preset
This commit is contained in:
@ -180,6 +180,7 @@ String EditorExportPreset::get_name() const {
|
||||
|
||||
void EditorExportPreset::set_runnable(bool p_enable) {
|
||||
runnable = p_enable;
|
||||
EditorExport::singleton->emit_presets_runnable_changed();
|
||||
EditorExport::singleton->save_presets();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user