diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-06-08 14:37:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-08 14:37:31 -0700 |
| commit | e13ca4bead7b026fe84f01ce18c0906f811b57f4 (patch) | |
| tree | 515073f0274eb6560bc7c3b90093dc9928246b74 /src/mainwindow.cpp | |
| parent | 29893868dc318ba949b0ddc5aa996091dc9ac11b (diff) | |
| parent | 210cd42395731dba433c8677384acb1062545970 (diff) | |
Merge pull request #1115 from Al12rs/fix_problems_button
Fix problems button not updating on startup in some cases.
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
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(); |
