mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-27 06:35:17 +00:00
GH-4724 set suggested version for Modrinth packs when it is changed
This commit is contained in:
parent
7e63ddf7d4
commit
0917706b22
@ -100,6 +100,7 @@ void ModrinthPage::onVersionSelectionChanged(const QString& version) {
|
|||||||
else {
|
else {
|
||||||
currentVersion = ui->versionSelectionBox->currentData().value<Modrinth::Version>();
|
currentVersion = ui->versionSelectionBox->currentData().value<Modrinth::Version>();
|
||||||
}
|
}
|
||||||
|
suggestCurrent();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ModrinthPage::suggestCurrent()
|
void ModrinthPage::suggestCurrent()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user