added separator
Felt like areas different to the current zone should be segregated.
This commit is contained in:
parent
7ea755ab5a
commit
56cbae17ac
1 changed files with 1 additions and 0 deletions
|
@ -2177,6 +2177,7 @@ void Player::updateCardMenu(CardItem *card)
|
|||
if (moveMenu->isEmpty()) {
|
||||
moveMenu->addAction(aMoveToTopLibrary);
|
||||
moveMenu->addAction(aMoveToBottomLibrary);
|
||||
moveMenu->addSeparator();
|
||||
moveMenu->addAction(aMoveToGraveyard);
|
||||
moveMenu->addAction(aMoveToExile);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue