GH-4724 set suggested version for Modrinth packs when it is changed

This commit is contained in:
Petr Mrázek 2022-06-11 17:44:51 +02:00
parent 7e63ddf7d4
commit 0917706b22

View File

@ -100,6 +100,7 @@ void ModrinthPage::onVersionSelectionChanged(const QString& version) {
else {
currentVersion = ui->versionSelectionBox->currentData().value<Modrinth::Version>();
}
suggestCurrent();
}
void ModrinthPage::suggestCurrent()