diff options
| author | Silarn <jrim@rimpo.org> | 2019-02-18 21:37:34 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:37:34 -0600 |
| commit | f9ac64c65d873d2b677373cd557c5bf2c6ffa85c (patch) | |
| tree | 7dba3404fcc221e933435a6af738f22866a714b6 /src/mainwindow.cpp | |
| parent | 9634549f9233517241d0087b71eef51890a497b1 (diff) | |
Cleanup and version bump
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 4 |
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 { |
