mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
Fix version select dialog filtering
This commit is contained in:
parent
de48f102bd
commit
0902fd5bec
5 changed files with 13 additions and 19 deletions
|
|
@ -1433,7 +1433,7 @@ void MainWindow::on_actionChangeInstMCVersion_triggered()
|
|||
|
||||
VersionSelectDialog vselect(m_selectedInstance->versionList().get(),
|
||||
tr("Change Minecraft version"), this);
|
||||
vselect.setFilter(1, "OneSix");
|
||||
vselect.setFuzzyFilter(1, "*OneSix*");
|
||||
if (!vselect.exec() || !vselect.selectedVersion())
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue