DolphinQt: Add a "Configure Extension" button under the extension

selection combo box.
This commit is contained in:
Jordan Woyak
2025-01-22 02:47:47 -06:00
parent 510a688a2a
commit a33368b102
4 changed files with 18 additions and 1 deletions

View File

@ -579,3 +579,8 @@ void MappingWindow::ShowExtensionMotionTabs(bool show)
m_tab_widget->removeTab(4);
}
}
void MappingWindow::ActivateExtensionTab()
{
m_tab_widget->setCurrentIndex(3);
}