mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
Hide checkbox for CurseForge
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
@ -152,7 +152,7 @@ ModFilterWidget::ModFilterWidget(MinecraftInstance* instance, bool extended, Mod
|
||||
connect(ui->fabric, &QCheckBox::stateChanged, this, &ModFilterWidget::onLoadersFilterChanged);
|
||||
connect(ui->quilt, &QCheckBox::stateChanged, this, &ModFilterWidget::onLoadersFilterChanged);
|
||||
if (provider == ModPlatform::ResourceProvider::FLAME)
|
||||
ui->liteLoader->setEnabled(false);
|
||||
ui->liteLoader->setVisible(false);
|
||||
else
|
||||
connect(ui->liteLoader, &QCheckBox::stateChanged, this, &ModFilterWidget::onLoadersFilterChanged);
|
||||
|
||||
|
Reference in New Issue
Block a user