Merge pull request #1827 from Trial97/shader

fixed shader packs detection
This commit is contained in:
Alexandru Ionut Tripon
2024-05-18 12:02:13 +03:00
committed by GitHub
9 changed files with 42 additions and 16 deletions

View File

@@ -88,6 +88,7 @@ ExternalResourcesPage::ExternalResourcesPage(BaseInstance* instance, std::shared
};
connect(selection_model, &QItemSelectionModel::selectionChanged, this, updateExtra);
connect(model.get(), &ResourceFolderModel::updateFinished, this, updateExtra);
connect(model.get(), &ResourceFolderModel::parseFinished, this, updateExtra);
connect(ui->filterEdit, &QLineEdit::textChanged, this, &ExternalResourcesPage::filterTextChanged);