mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt/CheatsManager: Let the 'Configure Dolphin' button shown in the Cheats Manager when Cheats are disabled actually open the settings.
This commit is contained in:
@ -78,6 +78,10 @@ void CheatsManager::OnStateChanged(Core::State state)
|
||||
m_tab_widget->insertTab(1, m_gecko_code, tr("Gecko Codes"));
|
||||
m_tab_widget->setTabUnclosable(0);
|
||||
m_tab_widget->setTabUnclosable(1);
|
||||
|
||||
connect(m_ar_code, &ARCodeWidget::OpenGeneralSettings, this, &CheatsManager::OpenGeneralSettings);
|
||||
connect(m_gecko_code, &GeckoCodeWidget::OpenGeneralSettings, this,
|
||||
&CheatsManager::OpenGeneralSettings);
|
||||
}
|
||||
|
||||
void CheatsManager::CreateWidgets()
|
||||
|
Reference in New Issue
Block a user