Qt: Fix checked state on startup for disc merging

This commit is contained in:
Stenzek
2024-06-13 22:15:49 +10:00
parent 8124fb2ef5
commit 277147199e
3 changed files with 14 additions and 7 deletions

View File

@@ -50,7 +50,8 @@ public:
bool isShowingGameList() const;
bool isShowingGameGrid() const;
bool getShowGridCoverTitles() const;
bool isShowingGridCoverTitles() const;
bool isMergingDiscSets() const;
const GameList::Entry* getSelectedEntry() const;