Skip to content

Commit

Permalink
Merge pull request PrismLauncher#3083 from Trial97/fix_resource_search
Browse files Browse the repository at this point in the history
Fix resource search
  • Loading branch information
TheKodeToad authored Nov 15, 2024
2 parents 736ecf2 + 66883db commit 48235f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launcher/ui/pages/instance/ExternalResourcesPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ ExternalResourcesPage::ExternalResourcesPage(BaseInstance* instance, std::shared

m_model->loadColumns(ui->treeView);
connect(ui->treeView->header(), &QHeaderView::sectionResized, this, [this] { m_model->saveColumns(ui->treeView); });
connect(ui->filterEdit, &QLineEdit::textChanged, this, &ExternalResourcesPage::filterTextChanged);
}

ExternalResourcesPage::~ExternalResourcesPage()
Expand Down

0 comments on commit 48235f5

Please sign in to comment.