From ff7fd68c0b8f861ac294a3876485c59de94a67cd Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Sat, 23 Mar 2019 19:26:16 -0500 Subject: Connect diagnosisUpdate and updateProblemsButton so the notification button is updated properly --- src/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8fe786ba..76101be1 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -371,6 +371,8 @@ MainWindow::MainWindow(QSettings &initSettings ui->apiRequests->setPalette(palette); ui->apiRequests->setVisible(!m_OrganizerCore.settings().hideAPICounter()); + connect(&m_PluginContainer, SIGNAL(diagnosisUpdate()), this, SLOT(updateProblemsButton())); + connect(ui->savegameList, SIGNAL(itemEntered(QListWidgetItem*)), this, SLOT(saveSelectionChanged(QListWidgetItem*))); connect(ui->modList, SIGNAL(dropModeUpdate(bool)), m_OrganizerCore.modList(), SLOT(dropModeUpdate(bool))); -- cgit v1.3.1