mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Clarify toolbar widget preference
PDC toolbar widget is not just showing information, but also interactive.
This commit is contained in:
parent
a7145661bc
commit
711668267a
1 changed files with 1 additions and 1 deletions
|
|
@ -2891,7 +2891,7 @@ RCOptionEditor::RCOptionEditor ()
|
|||
add_option (_("Appearance/Toolbar"),
|
||||
new BoolOption (
|
||||
"show-toolbar-latency",
|
||||
_("Display Latency Compensation Info"),
|
||||
_("Display Latency Compensation"),
|
||||
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