mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 08:52:36 +00:00
fix display compatibility data option
This commit is contained in:
parent
54cf5e4024
commit
da557eee67
@ -105,7 +105,7 @@ void GameListFrame::PlayBackgroundMusic(QTableWidgetItem* item) {
|
||||
|
||||
void GameListFrame::PopulateGameList() {
|
||||
// Do not show status column if it is not enabled
|
||||
this->setColumnHidden(2, Config::getCompatibilityEnabled());
|
||||
this->setColumnHidden(2, !Config::getCompatibilityEnabled());
|
||||
this->setRowCount(m_game_info->m_games.size());
|
||||
ResizeIcons(icon_size);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user