summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-12-06 23:18:37 -0600
committerSilarn <jrim@rimpo.org>2019-12-06 23:18:37 -0600
commitd13ea08be82d88c4f0b845983a3390729723d0e1 (patch)
treef4addec2e5c2e2fc259da55ff00afa0e46a6b955 /src/mainwindow.cpp
parentb3331ef2c0b50ab2cea4c328e78f6ab58bca099d (diff)
Fix mistakenly added modinfo tab ID
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 68627c90..ebeb7459 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3897,7 +3897,6 @@ void MainWindow::on_modList_doubleClicked(const QModelIndex &index)
case ModList::COL_GAME: tab = ModInfoTabIDs::Nexus; break;
case ModList::COL_CATEGORY: tab = ModInfoTabIDs::Categories; break;
case ModList::COL_CONFLICTFLAGS: tab = ModInfoTabIDs::Conflicts; break;
- case ModList::COL_FLAGS: tab = ModInfoTabIDs::Flags; break;
}
displayModInformation(sourceIdx.row(), tab);