Skip to content

Commit 31fd795

Browse files
committed
limit off 1
1 parent 407a5f3 commit 31fd795

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pcsx2-qt/Settings/SettingsWindow.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ void SettingsWindow::setupUi(const GameList::Entry* game)
7878
"Profile will set the controller binding scheme for this game to whichever profile is chosen, instead "
7979
"of the default (Shared) configuration. The track list and dump verification can be used to determine "
8080
"if your disc image matches a known good dump. If it does not match, the game may be broken.");
81-
if (game)
82-
{
81+
//if (game)
82+
//{
8383
addWidget(new GameSummaryWidget(game, this, m_ui.settingsContainer), tr("Summary"),
8484
QStringLiteral("file-list-line"), std::move(summary));
85-
}
85+
/*}
8686
else
8787
{
8888
QLabel* placeholder_label =
8989
new QLabel(tr("Summary is unavailable for files not present in game list."), m_ui.settingsContainer);
9090
placeholder_label->setAlignment(Qt::AlignLeft | Qt::AlignTop);
9191
addWidget(placeholder_label, tr("Summary"), QStringLiteral("file-list-line"), std::move(summary));
92-
}
92+
}*/
9393

9494
m_ui.restoreDefaultsButton->setVisible(false);
9595
m_ui.footerLayout->removeWidget(m_ui.restoreDefaultsButton);

0 commit comments

Comments
 (0)