mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
Disable sideboard button w/o deck (#3025)
This commit is contained in:
parent
5a823becf1
commit
691bf36fbe
6 changed files with 1326 additions and 829 deletions
|
|
@ -2740,8 +2740,10 @@ qreal Player::getMinimumWidth() const
|
|||
|
||||
void Player::setGameStarted()
|
||||
{
|
||||
if (local)
|
||||
if (local && aAlwaysRevealTopCard)
|
||||
{
|
||||
aAlwaysRevealTopCard->setChecked(false);
|
||||
}
|
||||
setConceded(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue