mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Fix Python environment loading order
This commit is contained in:
@@ -69,7 +69,7 @@ void MenuController::didBecomeFirstResponder() {
|
||||
assert(m_selectableTableView.selectedRow() < m_scriptStore->numberOfScripts() + 1);
|
||||
app()->setFirstResponder(&m_selectableTableView);
|
||||
#if EPSILON_GETOPT
|
||||
if (consoleController()->locked() && consoleController()->loadPythonEnvironment()) {
|
||||
if (consoleController()->locked()) {
|
||||
stackViewController()->push(consoleController());
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user