aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/aoapplication.h3
-rw-r--r--include/aooptionsdialog.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index 5367400..ce74215 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -535,6 +535,9 @@ public:
// Get whether to opt out of player count metrics sent to the master server
bool get_player_count_optout();
+ // Get if sfx can be sent to play on idle
+ bool get_sfx_on_idle();
+
// Whether opening evidence requires a single or double click
bool get_evidence_double_click();
diff --git a/include/aooptionsdialog.h b/include/aooptionsdialog.h
index a5b1e4d..d78f8e9 100644
--- a/include/aooptionsdialog.h
+++ b/include/aooptionsdialog.h
@@ -112,6 +112,9 @@ private:
QLabel *ui_category_stop_lbl;
QCheckBox *ui_category_stop_cb;
+ QLabel *ui_sfx_on_idle_lbl;
+ QCheckBox *ui_sfx_on_idle_cb;
+
QWidget *ui_callwords_tab;
QWidget *ui_callwords_widget;
QVBoxLayout *ui_callwords_layout;