mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 20:43:54 -07:00
[Game] Add shortcuts for same size and hand size - 1 mulligans (#6483)
Took 21 minutes Took 3 seconds Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
bcf3939fee
commit
73cc0541f5
5 changed files with 57 additions and 12 deletions
|
|
@ -46,6 +46,8 @@ private:
|
|||
|
||||
QAction *aViewHand = nullptr;
|
||||
QAction *aMulligan = nullptr;
|
||||
QAction *aMulliganSame = nullptr;
|
||||
QAction *aMulliganMinusOne = nullptr;
|
||||
|
||||
QMenu *mSortHand = nullptr;
|
||||
QAction *aSortHandByName = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue