Commit 56cbae17 authored by Matt Lowe's avatar Matt Lowe
Browse files

added separator

Felt like areas different to the current zone should be segregated.
parent 7ea755ab
......@@ -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);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment