make LED meter style optional

This commit is contained in:
Robin Gareus 2013-07-28 03:01:37 +02:00
parent 184fd983d0
commit 92d2075d83
3 changed files with 15 additions and 2 deletions

View file

@ -1970,6 +1970,15 @@ RCOptionEditor::RCOptionEditor ()
_("Specify the audio signal level in dbFS at and above which the meter-peak indicator will flash red."));
add_option (S_("Preferences|GUI"), mpks);
add_option (S_("Preferences|GUI"),
new BoolOption (
"meter-style-led",
_("LED meter style"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_meter_style_led),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_meter_style_led)
));
}
void