From f9ac64c65d873d2b677373cd557c5bf2c6ffa85c Mon Sep 17 00:00:00 2001 From: Silarn Date: Mon, 18 Feb 2019 21:37:34 -0600 Subject: Cleanup and version bump --- src/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1ecb6417..9296378d 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -261,7 +261,7 @@ MainWindow::MainWindow(QSettings &initSettings actionToToolButton(ui->actionEndorseMO); createEndorseWidget(); - + toggleMO2EndorseState(); for (QAction *action : ui->toolBar->actions()) { @@ -4542,7 +4542,7 @@ void MainWindow::on_modList_customContextMenuRequested(const QPoint &pos) } if (info->getNexusID() > 0) - menu->addAction(tr("Force-check updates"), this, SLOT(checkModUpdates_clicked())); + menu.addAction(tr("Force-check updates"), this, SLOT(checkModUpdates_clicked())); if (info->updateIgnored()) { menu.addAction(tr("Un-ignore update"), this, SLOT(unignoreUpdate())); } else { -- cgit v1.3.1