Update to Qt 6.8.0

This commit is contained in:
Nayla Hanegan 2024-11-04 10:31:19 -05:00
parent c1c5d8a316
commit b3630a69b3
4 changed files with 5 additions and 6 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();
}
@ -376,4 +375,4 @@ void GeckoCodeWidget::UpdateList()
}
m_code_list->setDragDropMode(QAbstractItemView::InternalMove);
}
}