mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 13:56:25 +00:00
feat(src/app/App): don't quit if last window is closed
This commit is contained in:
parent
136a7c1a94
commit
59f4131d9b
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ App::App (int &argc, char **argv) : QApplication(argc, argv) {
|
|||
m_engine.addImportPath(":/ui/modules");
|
||||
m_engine.addImportPath(":/ui/scripts");
|
||||
m_engine.addImportPath(":/ui/views");
|
||||
|
||||
// Don't quit if last window is closed!!!
|
||||
setQuitOnLastWindowClosed(false);
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue