mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
make master-meter in toolbar optional
This commit is contained in:
parent
91e0e0f9f8
commit
efc46f1553
5 changed files with 28 additions and 2 deletions
|
|
@ -1315,6 +1315,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_show_track_meters)
|
||||
));
|
||||
|
||||
add_option (_("Editor"),
|
||||
new BoolOption (
|
||||
"show-editor-meter",
|
||||
_("Display master-meter in the toolbar"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_show_editor_meter),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_show_editor_meter)
|
||||
));
|
||||
|
||||
bco = new BoolComboOption (
|
||||
"use-overlap-equivalency",
|
||||
_("Regions in active edit groups are edited together"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue