This commit is contained in:
Nayla Hanegan 2024-12-24 20:48:44 -05:00
commit a662081a1d
923 changed files with 2106 additions and 235968 deletions

View file

@ -280,7 +280,6 @@ void GeckoCodeWidget::LoadCodes()
m_add_code->setEnabled(!m_game_id.empty());
m_edit_code->setEnabled(false);
m_remove_code->setEnabled(false);
m_download_codes->setEnabled(!m_game_id.empty());
UpdateList();
}
@ -370,4 +369,4 @@ void GeckoCodeWidget::UpdateList()
}
m_code_list->setDragDropMode(QAbstractItemView::InternalMove);
}
}