extended the modrinth search and applied the suggested change
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
6e5f616ced
commit
5bd5627a96
2 changed files with 16 additions and 10 deletions
|
@ -391,7 +391,7 @@ QString ModrinthPage::getSerachTerm() const
|
|||
|
||||
void ModrinthPage::createFilterWidget()
|
||||
{
|
||||
auto widget = ModFilterWidget::create(nullptr, false, this);
|
||||
auto widget = ModFilterWidget::create(nullptr, true, this);
|
||||
m_filterWidget.swap(widget);
|
||||
auto old = ui->splitter->replaceWidget(0, m_filterWidget.get());
|
||||
// because we replaced the widget we also need to delete it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue