diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-03 02:30:20 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-04 06:09:48 -0400 |
| commit | e4418b95fa24f9caea32adfe9d957ce37e46f127 (patch) | |
| tree | 0c987b752f3c0890ce4fe8a0978bb5cebe1ac65a /src/main.cpp | |
| parent | 07f1ac7a96dcf4c91a24bb1d30af92851ecda78f (diff) | |
moved settings updates to Settings::processUpdates()
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3e26ea17..506c6270 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -739,7 +739,7 @@ int runApplication(MOApplication &application, SingleInstance &instance, QObject::connect(&instance, SIGNAL(messageSent(QString)), &organizer, SLOT(externalMessage(QString))); - mainWindow.processUpdates(); + mainWindow.processUpdates(settings); // this must be before readSettings(), see DockFixer in mainwindow.cpp splash.finish(&mainWindow); |
