mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Add plugin-prefs and paths to plugin-manager-ui
This commit is contained in:
parent
e4bdb99f60
commit
ab86884ca4
5 changed files with 91 additions and 2 deletions
|
|
@ -909,6 +909,7 @@ ARDOUR_UI::show_ui_prefs ()
|
|||
rc_option_editor->set_current_page (_("Appearance"));
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
ARDOUR_UI::show_mixer_prefs ()
|
||||
{
|
||||
|
|
@ -918,6 +919,15 @@ ARDOUR_UI::show_mixer_prefs ()
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
ARDOUR_UI::show_plugin_prefs ()
|
||||
{
|
||||
if (rc_option_editor) {
|
||||
show_tabbable (rc_option_editor);
|
||||
rc_option_editor->set_current_page (_("Plugins"));
|
||||
}
|
||||
}
|
||||
|
||||
bool
|
||||
ARDOUR_UI::click_button_clicked (GdkEventButton* ev)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue