feat: add Play action to stack context menu

This commit is contained in:
DawnFire42 2026-03-14 18:46:57 -04:00
parent 651b898ee1
commit 7409e15520
No known key found for this signature in database
GPG Key ID: 24BB855EE2911B33

View File

@ -203,6 +203,9 @@ void CardMenu::createStackMenu(bool canModifyCard)
{
// Card is on the stack
if (canModifyCard) {
addAction(aPlay);
addSeparator();
addAction(aAttach);
addAction(aDrawArrow);
addSeparator();