Hide checkbox for CurseForge
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
parent
0518c50958
commit
b0c85fd539
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ ModFilterWidget::ModFilterWidget(MinecraftInstance* instance, bool extended, Mod
|
||||||
connect(ui->fabric, &QCheckBox::stateChanged, this, &ModFilterWidget::onLoadersFilterChanged);
|
connect(ui->fabric, &QCheckBox::stateChanged, this, &ModFilterWidget::onLoadersFilterChanged);
|
||||||
connect(ui->quilt, &QCheckBox::stateChanged, this, &ModFilterWidget::onLoadersFilterChanged);
|
connect(ui->quilt, &QCheckBox::stateChanged, this, &ModFilterWidget::onLoadersFilterChanged);
|
||||||
if (provider == ModPlatform::ResourceProvider::FLAME)
|
if (provider == ModPlatform::ResourceProvider::FLAME)
|
||||||
ui->liteLoader->setEnabled(false);
|
ui->liteLoader->setVisible(false);
|
||||||
else
|
else
|
||||||
connect(ui->liteLoader, &QCheckBox::stateChanged, this, &ModFilterWidget::onLoadersFilterChanged);
|
connect(ui->liteLoader, &QCheckBox::stateChanged, this, &ModFilterWidget::onLoadersFilterChanged);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue