Initial better mod browser link implementation
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
04b39294ba
commit
7f32c6464d
8 changed files with 87 additions and 11 deletions
|
@ -187,3 +187,8 @@ void ModDownloadDialog::selectedPageChanged(BasePage* previous, BasePage* select
|
|||
// Same effect as having a global search bar
|
||||
selected_page->setSearchTerm(prev_page->getSearchTerm());
|
||||
}
|
||||
|
||||
bool ModDownloadDialog::selectPage(QString pageId)
|
||||
{
|
||||
return m_container->selectPage(pageId);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue