diff --git a/src/main.cpp b/src/main.cpp index 9183e4df..955c77d3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -187,6 +187,7 @@ int main(int argc, char* argv[]) { } return 0; } + a.setQuitOnLastWindowClosed(false); #if defined(USE_BUNDLE) && (defined(Q_OS_LINUX) || defined(Q_OS_MACOS)) qLog(Debug) << "Looking for resources in" << QCoreApplication::applicationDirPath() + "/" + USE_BUNDLE_DIR;