diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-15 22:35:02 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-15 22:35:02 -0500 |
| commit | 05231eab45f86e3d0d342c429e35c8f7c813ea42 (patch) | |
| tree | c61701573f691aae40fc6b801060ea120eb4d617 /src/main.cpp | |
| parent | f3c5cebb6e9262625105d4339a54a810d7816811 (diff) | |
temporary fix to keep MO locked for all processes when closing
save main window settings in closeEvent()
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) |
