diff options
Diffstat (limited to 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c index 05138aa..9bcdc55 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -432,6 +432,7 @@ static const struct bit_entry hd_bits[] = {1, S_O(replaygain_track), false, "replaygain type", "track,album" }, {1, S_O(replaygain_noclip), false, "replaygain noclip", off_on }, {8 | SIGNED, S_O(replaygain_preamp), 0, "replaygain preamp", NULL }, + {2, S_O(beep), 0, "off,weak,moderate,strong", NULL }, #endif /* If values are just added to the end, no need to bump the version. */ |