mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
Merge pull request #2294 from Trial97/import_crash
Fixed application close on open file dialog
This commit is contained in:
commit
a8a234b666
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue