diff options
| author | Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | 2025-01-02 08:52:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-02 08:52:38 +0100 |
| commit | f8340e16201c214eef5327c4e810432e12b23805 (patch) | |
| tree | 88814d5d1d5d8413adc72e4e83990ed986e6a144 /src/mainwindow.cpp | |
| parent | 110014bf5eb1df045790204836e8d0d44fcea1e2 (diff) | |
Highlight mods that contain selected files in data tab (#2179)
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
