Fixed application close on open file dialog

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-04-09 08:28:09 +03:00
parent 1a994e8aed
commit 9f48694eb2
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -225,6 +225,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
// Don't quit on hiding the last window
this->setQuitOnLastWindowClosed(false);
this->setQuitLockEnabled(false);
// Commandline parsing
QCommandLineParser parser;