summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 0dca11432c..435d8e9ce2 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -435,6 +435,8 @@ struct user_settings
435 int eq_band4_cutoff; /* Hz */ 435 int eq_band4_cutoff; /* Hz */
436 int eq_band4_q; 436 int eq_band4_q;
437 int eq_band4_gain; /* +/- dB */ 437 int eq_band4_gain; /* +/- dB */
438
439 bool dithering_enabled;
438#endif 440#endif
439 441
440#ifdef HAVE_LCD_COLOR 442#ifdef HAVE_LCD_COLOR