fix showHiddenCheck

This commit is contained in:
DanielSvoboda 2025-02-27 14:23:17 -03:00
parent 9deb901a93
commit 611a4a264a

View File

@ -150,6 +150,7 @@ TrophyViewer::TrophyViewer(QString trophyPath, QString gameTrpPath) : QMainWindo
connect(showHiddenCheck, &QCheckBox::stateChanged, this, &TrophyViewer::updateTableFilters); connect(showHiddenCheck, &QCheckBox::stateChanged, this, &TrophyViewer::updateTableFilters);
updateTrophyInfo(); updateTrophyInfo();
updateTableFilters();
} }
void TrophyViewer::PopulateTrophyWidget(QString title) { void TrophyViewer::PopulateTrophyWidget(QString title) {