From 23e81f7109505c990706aef3559aaec30edd88ff Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 19 Jan 2019 23:36:52 +0100 Subject: Open conflicts tab when double clicking on flags not perfect as flags could be for something else but will provide fast access to that tab. --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 5330c799..2d9bfbe5 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3572,6 +3572,7 @@ void MainWindow::on_modList_doubleClicked(const QModelIndex &index) case ModList::COL_MODID: tab = ModInfoDialog::TAB_NEXUS; break; case ModList::COL_GAME: tab = ModInfoDialog::TAB_NEXUS; break; case ModList::COL_CATEGORY: tab = ModInfoDialog::TAB_CATEGORIES; break; + case ModList::COL_FLAGS: tab = ModInfoDialog::TAB_CONFLICTS; break; default: tab = -1; } displayModInformation(sourceIdx.row(), tab); -- cgit v1.3.1