summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorQudix <17361645+Qudix@users.noreply.github.com>2020-11-11 02:03:17 -0600
committerQudix <17361645+Qudix@users.noreply.github.com>2020-11-11 02:03:17 -0600
commit02c2329857718174b86c3cb2a2246e902fad67e0 (patch)
tree27e959077a8b519fb29f877a4c420e6cef1f49cd /src/mainwindow.cpp
parente1dceec67a53f5332b2f92ac2901309f0c0ed882 (diff)
Add a toggle for tracking
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
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()));