I changed my mind

This commit is contained in:
Ryan Cao 2022-06-10 15:18:47 +08:00
parent e06bf17d13
commit 529fb07b42
No known key found for this signature in database
GPG Key ID: 528A2C1B6656B97F

View File

@ -1306,10 +1306,6 @@ void Application::subRunningInstance()
bool Application::shouldExitNow() const
{
#ifdef Q_OS_MACOS
return false;
#endif
return m_runningInstances == 0 && m_openWindows == 0;
}