summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/interpreter/runner/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interpreter/runner/main.cpp b/src/interpreter/runner/main.cpp
index f7f7ae1..8bdaabd 100644
--- a/src/interpreter/runner/main.cpp
+++ b/src/interpreter/runner/main.cpp
@@ -46,7 +46,7 @@ int main(int argc, char *argv[])
{
QCoreApplication *app = 0;
- bool guiEnabled = false;
+ bool guiEnabled = true;
for (int i = 1; i < argc; ++i) {
if ( qstrcmp(argv[i], "--disable-manual-tests") == 0) {
guiEnabled = false;