mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
Added a UI option to always play nonlands onto the stack
Previously this behavior only occured for instants and sorceries Woops, missed a file Missed some parentheses
This commit is contained in:
parent
1accaffb70
commit
2727781c0e
5 changed files with 18 additions and 1 deletions
|
|
@ -82,6 +82,7 @@ signals:
|
|||
void soundPathChanged();
|
||||
private:
|
||||
QCheckBox *doubleClickToPlayCheckBox;
|
||||
QCheckBox *playToStackCheckBox;
|
||||
QCheckBox *tapAnimationCheckBox;
|
||||
QCheckBox *soundEnabledCheckBox;
|
||||
QLabel *soundPathLabel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue