summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
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 {