mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
check 'show unavailable games' by default in ShowGamesOfUser dialog
This commit is contained in:
parent
6b14b4e543
commit
212c58f99a
2 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ GameSelector::GameSelector(AbstractClient *_client, TabSupervisor *_tabSuperviso
|
|||
gameListView->setRootIsDecorated(true);
|
||||
if (_room)
|
||||
gameListView->header()->hideSection(1);
|
||||
else
|
||||
gameListProxyModel->setUnavailableGamesVisible(true);
|
||||
gameListView->header()->setResizeMode(1, QHeaderView::ResizeToContents);
|
||||
|
||||
filterButton = new QPushButton;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue