diff options
| author | Qudix <17361645+Qudix@users.noreply.github.com> | 2020-11-11 02:03:17 -0600 |
|---|---|---|
| committer | Qudix <17361645+Qudix@users.noreply.github.com> | 2020-11-11 02:03:17 -0600 |
| commit | 02c2329857718174b86c3cb2a2246e902fad67e0 (patch) | |
| tree | 27e959077a8b519fb29f877a4c420e6cef1f49cd /src/mainwindow.cpp | |
| parent | e1dceec67a53f5332b2f92ac2901309f0c0ed882 (diff) | |
Add a toggle for tracking
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 94bc5800..d7549a4d 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -4872,7 +4872,7 @@ void MainWindow::on_modList_customContextMenuRequested(const QPoint &pos) } } - if (info->nexusId() > 0) { + if (info->nexusId() > 0 && Settings::instance().nexus().trackedIntegration()) { switch (info->trackedState()) { case TrackedState::TRACKED_FALSE: { menu.addAction(tr("Start tracking"), this, SLOT(track_clicked())); |
