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:
skoh-fley 2013-04-16 20:41:28 -07:00
parent 1accaffb70
commit 2727781c0e
5 changed files with 18 additions and 1 deletions

View file

@ -82,6 +82,7 @@ signals:
void soundPathChanged();
private:
QCheckBox *doubleClickToPlayCheckBox;
QCheckBox *playToStackCheckBox;
QCheckBox *tapAnimationCheckBox;
QCheckBox *soundEnabledCheckBox;
QLabel *soundPathLabel;