mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
also add the selectAll action to the always active shortcuts
This commit is contained in:
parent
d81fa57adf
commit
da449b1122
1 changed files with 1 additions and 0 deletions
|
|
@ -1003,6 +1003,7 @@ void Player::setShortcutsActive()
|
||||||
*/
|
*/
|
||||||
game->addAction(aClone);
|
game->addAction(aClone);
|
||||||
game->addAction(aDrawArrow);
|
game->addAction(aDrawArrow);
|
||||||
|
game->addAction(aSelectAll);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue