NOISSUE limit fabric intermediary selection options in UI by minecraft version
This commit is contained in:
parent
4836ba22cd
commit
8aa4b9dac5
@ -318,6 +318,12 @@ void VersionPage::on_changeVersionBtn_clicked()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
VersionSelectDialog vselect(list.get(), tr("Change %1 version").arg(name), this);
|
VersionSelectDialog vselect(list.get(), tr("Change %1 version").arg(name), this);
|
||||||
|
if (uid == "net.fabricmc.intermediary")
|
||||||
|
{
|
||||||
|
vselect.setEmptyString(tr("No Fabric Loader versions are currently available."));
|
||||||
|
vselect.setEmptyErrorString(tr("Couldn't load or download the Fabric Loader version lists!"));
|
||||||
|
vselect.setExactFilter(BaseVersionList::ParentVersionRole, m_profile->getComponentVersion("net.minecraft"));
|
||||||
|
}
|
||||||
auto currentVersion = patch->getVersion();
|
auto currentVersion = patch->getVersion();
|
||||||
if(!currentVersion.isEmpty())
|
if(!currentVersion.isEmpty())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user