mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
Add spec notification toggle to UI settings.
This commit is contained in:
parent
11bd2444d8
commit
1562c234ca
2 changed files with 14 additions and 2 deletions
|
|
@ -115,10 +115,12 @@ class UserInterfaceSettingsPage : public AbstractSettingsPage {
|
|||
private slots:
|
||||
void soundPathClearButtonClicked();
|
||||
void soundPathButtonClicked();
|
||||
void setSpecNotificationEnabled(int);
|
||||
signals:
|
||||
void soundPathChanged();
|
||||
private:
|
||||
QCheckBox notificationsEnabledCheckBox;
|
||||
QCheckBox specNotificationsEnabledCheckBox;
|
||||
QCheckBox doubleClickToPlayCheckBox;
|
||||
QCheckBox playToStackCheckBox;
|
||||
QCheckBox tapAnimationCheckBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue