Add Gecko Code Whitelist Approval

This commit is contained in:
LillyJadeKatrin
2024-07-25 08:39:24 -04:00
parent 78f3448e27
commit 13a1956cfa
7 changed files with 61 additions and 9 deletions

View File

@ -202,7 +202,7 @@ void GeckoCodeWidget::OnItemChanged(QListWidgetItem* item)
m_gecko_codes[index].enabled = (item->checkState() == Qt::Checked);
if (!m_restart_required)
Gecko::SetActiveCodes(m_gecko_codes);
Gecko::SetActiveCodes(m_gecko_codes, m_game_id);
SaveCodes();
}