mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02:15 -07:00
add separator below hide
This commit is contained in:
parent
e4b4f6cfa8
commit
91713d4c26
1 changed files with 1 additions and 0 deletions
|
|
@ -3562,6 +3562,7 @@ void Player::updateCardMenu(const CardItem *card)
|
|||
|
||||
if (revealedCard) {
|
||||
cardMenu->addAction(aHide);
|
||||
cardMenu->addSeparator();
|
||||
cardMenu->addAction(aSelectAll);
|
||||
addRelatedCardView(card, cardMenu);
|
||||
} else if (writeableCard) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue