diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-17 07:47:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-17 07:47:29 -0500 |
| commit | a4a0e59d8ce7d3f9fbe0806a5621c27932f26314 (patch) | |
| tree | 37e4a9046a8204cc3b70ae8937aae6dab1d9f167 /src/main.cpp | |
| parent | 2c7e0e7cb4d8bf5c51f22968a5ffd2366d6bcdf2 (diff) | |
| parent | 05231eab45f86e3d0d342c429e35c8f7c813ea42 (diff) | |
Merge pull request #942 from isanae/lock-fixes
Lock fixes
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index eeabd497..29d2d02c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -745,7 +745,6 @@ int runApplication(MOApplication &application, SingleInstance &instance, splash.finish(&mainWindow); res = application.exec(); - mainWindow.onBeforeClose(); mainWindow.close(); NexusInterface::instance(&pluginContainer) |
