summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index fc766af6..5dcfea1d 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -325,7 +325,6 @@ MainWindow::MainWindow(Settings &settings
ui->logList->setCore(m_OrganizerCore);
- updateProblemsButton();
setupToolbar();
toggleMO2EndorseState();
@@ -520,6 +519,7 @@ MainWindow::MainWindow(Settings &settings
QApplication::instance()->installEventFilter(this);
+ scheduleCheckForProblems();
refreshExecutablesList();
updatePinnedExecutables();
resetActionIcons();