From f8340e16201c214eef5327c4e810432e12b23805 Mon Sep 17 00:00:00 2001 From: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:52:38 +0100 Subject: Highlight mods that contain selected files in data tab (#2179) --- 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 04ea7543..8c91083b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2240,6 +2240,7 @@ void MainWindow::on_tabWidget_currentChanged(int index) QWidget* currentWidget = ui->tabWidget->widget(index); if (currentWidget == ui->espTab) { m_OrganizerCore.refreshESPList(); + ui->espList->activated(); } else if (currentWidget == ui->bsaTab) { m_OrganizerCore.refreshBSAList(); } else if (currentWidget == ui->dataTab) { -- cgit v1.3.1