Merge pull request #1768 from Trial97/toggle_deps2

This commit is contained in:
Sefa Eyeoglu 2024-01-18 18:18:31 +01:00 committed by GitHub
commit bc75bcdcca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 28 additions and 3 deletions

View file

@ -443,6 +443,9 @@ void ModUpdateDialog::appendMod(CheckUpdateTask::UpdatableMod const& info, QStri
reqItem->insertChildren(i++, { reqItem });
}
}
ui->toggleDepsButton->show();
m_deps << item_top;
}
auto changelog_item = new QTreeWidgetItem(item_top);