summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 048c673539..bbc7bb3dcc 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -86,6 +86,10 @@ struct user_settings
86 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ 86 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */
87 int disk_spindown; /* time until disk spindown, in seconds (0=off) */ 87 int disk_spindown; /* time until disk spindown, in seconds (0=off) */
88 88
89 int peak_meter_release; /* units per read out */
90 int peak_meter_hold; /* hold time for peak meter in 1/100 s */
91 int peak_meter_clip_hold; /* hold time for clips */
92
89 /* show status bar */ 93 /* show status bar */
90 bool statusbar; /* 0=hide, 1=show */ 94 bool statusbar; /* 0=hide, 1=show */
91 95