Browse Source

fix: Not quit on close if this setting is enabled

Fix #4949
reviewable/pr4969/r1
Diadlo 8 years ago
parent
commit
e73dc10c7f
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
  1. 2
      src/nexus.cpp

2
src/nexus.cpp

@ -105,6 +105,8 @@ void Nexus::start() @@ -105,6 +105,8 @@ void Nexus::start()
qRegisterMetaType<ToxId>("ToxId");
qRegisterMetaType<GroupInvite>("GroupInvite");
qApp->setQuitOnLastWindowClosed(false);
#ifdef Q_OS_MAC
// TODO: still needed?
globalMenuBar = new QMenuBar(0);

Loading…
Cancel
Save