diff --git a/openbr/plugins/gui.cpp b/openbr/plugins/gui.cpp index 9ccd6d4..ee35340 100644 --- a/openbr/plugins/gui.cpp +++ b/openbr/plugins/gui.cpp @@ -593,7 +593,8 @@ public: void initActual() { if (!Globals->useGui) { - qFatal("GUI transform %s created without enabling GUI support.\nRun \"br -gui ...\" to enable GUI support from the command line, or set\nGlobals->useGui to true.", this->metaObject()->className()); + qWarning("GUI transform %s created without enabling GUI support.\nRun \"br -gui ...\" to enable GUI support from the command line, or set\nGlobals->useGui to true.", this->metaObject()->className()); + return; } if (displayBuffer)