mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Add DSP-load & x-run widget to the toolbar.
This commit is contained in:
parent
0dc3400707
commit
c7ed461bcf
9 changed files with 237 additions and 3 deletions
|
|
@ -3796,6 +3796,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
));
|
||||
}
|
||||
|
||||
add_option (_("Appearance/Toolbar"),
|
||||
new BoolOption (
|
||||
"show-dsp-load-info",
|
||||
_("Display DSP Load Information"),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_show_dsp_load_info),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_dsp_load_info)
|
||||
));
|
||||
|
||||
add_option (_("Appearance/Toolbar"),
|
||||
new BoolOption (
|
||||
"show-mini-timeline",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue