mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Make the PDC option in the application bar items list consistent with the rest
This commit is contained in:
parent
1e6d75d781
commit
e01184ada0
1 changed files with 1 additions and 1 deletions
|
|
@ -2922,7 +2922,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
add_option (_("Appearance/Application Bar"),
|
||||
new BoolOption (
|
||||
"show-toolbar-latency",
|
||||
_("Plugin Delay Compensation"),
|
||||
_("Display Plugin Delay Compensation Control and Info"),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_show_toolbar_latency),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_toolbar_latency)
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue