Skip to content

Commit

Permalink
Merge pull request #1395 from Holt59/remove-datatab-tree-updates
Browse files Browse the repository at this point in the history
Remove update of data-tab tree and check for problems when modifying the mod list.
  • Loading branch information
Holt59 authored Feb 6, 2021
2 parents d5380ef + a701d66 commit 86db5da
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 101 deletions.
10 changes: 0 additions & 10 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,16 +313,6 @@ MainWindow::MainWindow(Settings &settings

setupModList();
ui->espList->setup(m_OrganizerCore, this, ui);
connect(m_OrganizerCore.modList(), &ModList::modPrioritiesChanged, [this]() {
onDirectoryStructureChanged();
});
connect(m_OrganizerCore.modList(), &ModList::modStatesChanged, [this]() {
onDirectoryStructureChanged();
});
connect(m_OrganizerCore.modList(), &QAbstractItemModel::rowsRemoved, [this]() {
onDirectoryStructureChanged();
});

ui->bsaList->setLocalMoveOnly(true);
ui->bsaList->setHeaderHidden(true);

Expand Down
Loading

0 comments on commit 86db5da

Please sign in to comment.