From d13ea08be82d88c4f0b845983a3390729723d0e1 Mon Sep 17 00:00:00 2001 From: Silarn Date: Fri, 6 Dec 2019 23:18:37 -0600 Subject: Fix mistakenly added modinfo tab ID --- src/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainwindow.cpp') 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); -- cgit v1.3.1