mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-29 13:20:18 +02:00
Fixed curseforge version filter
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
763eab6b96
commit
6a61900328
@ -177,6 +177,7 @@ void ModFilterWidget::prepareBasicFilter()
|
|||||||
auto def = m_instance->getPackProfile()->getComponentVersion("net.minecraft");
|
auto def = m_instance->getPackProfile()->getComponentVersion("net.minecraft");
|
||||||
m_filter->versions.push_front(Version{ def });
|
m_filter->versions.push_front(Version{ def });
|
||||||
ui->versionsCb->setCheckedItems({ def });
|
ui->versionsCb->setCheckedItems({ def });
|
||||||
|
ui->versionsSimpleCb->setCurrentIndex(ui->versionsSimpleCb->findText(def));
|
||||||
}
|
}
|
||||||
|
|
||||||
void ModFilterWidget::onIncludeSnapshotsChanged()
|
void ModFilterWidget::onIncludeSnapshotsChanged()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user