diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-06-15 22:47:21 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-06-15 22:47:21 +0200 |
| commit | f66cf4ad99219716e221f2a6717b910e531bc7d3 (patch) | |
| tree | 7a697e018f7f1a1f3b5e6abe3094debc4122ba0d /src/mainwindow.cpp | |
| parent | 4b92ba40beb05efa6358107668ba159a8ee4cf6e (diff) | |
Update for new organizer callbacks.
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index fef69010..6a18f76c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -539,6 +539,8 @@ MainWindow::MainWindow(Settings &settings processUpdates(); ui->statusBar->updateNormalMessage(m_OrganizerCore); + + m_OrganizerCore.userInterfaceInitialized(this); } void MainWindow::setupModList() |
