From 899fa6e78db69ca425912da7a08f2c74ceb75f0a Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Sun, 24 Feb 2019 02:31:15 -0600 Subject: Call toggleMO2EndorseState for consistency --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 18dd79d9..efd5726e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -5725,7 +5725,7 @@ void MainWindow::nxmEndorsementToggled(QString, int, QVariant, QVariant resultDa QMessageBox::information(this, tr("Okay."), tr("This mod will not be endorsed and will no longer ask you to endorse.")); Settings::instance().directInterface().setValue("endorse_state", "Abstained"); } - ui->actionEndorseMO->setEnabled(false); + toggleMO2EndorseState(); if (!disconnect(sender(), SIGNAL(nxmEndorsementToggled(QString, int, QVariant, QVariant, int)), this, SLOT(nxmEndorsementToggled(QString, int, QVariant, QVariant, int)))) { qCritical("failed to disconnect endorsement slot"); -- cgit v1.3.1