mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
GH-4724 set suggested version for Modrinth packs when it is changed
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user