mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Give group and meter point buttons controllable visibility.
git-svn-id: svn://localhost/ardour2/branches/3.0@10376 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d3bd0279ae
commit
5173497c6d
3 changed files with 5 additions and 1 deletions
|
|
@ -1529,6 +1529,8 @@ RCOptionEditor::RCOptionEditor ()
|
|||
_mixer_strip_visibility.add (0, X_("SoloSafe"), _("Solo Safe"));
|
||||
_mixer_strip_visibility.add (0, X_("SoloIsolated"), _("Solo Isolated"));
|
||||
_mixer_strip_visibility.add (0, X_("Comments"), _("Comments"));
|
||||
_mixer_strip_visibility.add (0, X_("Group"), _("Group"));
|
||||
_mixer_strip_visibility.add (0, X_("MeterPoint"), _("Meter Point"));
|
||||
|
||||
add_option (
|
||||
_("Interface"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue