[apps/code] Hide prompt when running script

This commit is contained in:
Léa Saviot
2020-01-17 14:06:15 +01:00
parent f47f1f0543
commit c6c3e3f340
4 changed files with 23 additions and 9 deletions

View File

@@ -101,6 +101,7 @@ private:
SandboxController m_sandboxController;
bool m_inputRunLoopActive;
bool m_autoImportScripts;
bool m_preventEdition;
#if EPSILON_GETOPT
bool m_locked;
#endif