[apps/code] If EPSILON_GETOPT, auto import scripts

This commit is contained in:
Léa Saviot
2019-01-09 16:01:11 +01:00
committed by LeaNumworks
parent 1c306658ce
commit 17e7d36009

View File

@@ -70,6 +70,7 @@ void MenuController::didBecomeFirstResponder() {
app()->setFirstResponder(&m_selectableTableView);
#if EPSILON_GETOPT
if (consoleController()->locked()) {
consoleController()->setAutoImport(true);
stackViewController()->push(consoleController());
return;
}