diff options
author | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-06-10 15:18:47 +0800 |
---|---|---|
committer | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-06-10 15:18:47 +0800 |
commit | 529fb07b4200b5dada2a8eec2953b29fc535ec7d (patch) | |
tree | 9313f4e91a3c3eadf497e9c6ba12918e31b73ee1 /launcher | |
parent | e06bf17d13b991fea5e49ff23b6fe9c8f5540e02 (diff) | |
download | PrismLauncher-529fb07b4200b5dada2a8eec2953b29fc535ec7d.tar.gz PrismLauncher-529fb07b4200b5dada2a8eec2953b29fc535ec7d.tar.bz2 PrismLauncher-529fb07b4200b5dada2a8eec2953b29fc535ec7d.zip |
I changed my mind
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/Application.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index ff0f2129..29088c39 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -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; } |