mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Startup Dialog: A change to the monitor selection should trigger a write to config.
This commit is contained in:
parent
3e103dbfcb
commit
f33cd95047
1 changed files with 3 additions and 0 deletions
|
|
@ -254,6 +254,9 @@ Please choose whichever one is right for your setup.\n\n\
|
|||
set_page_title (mon_vbox, _("Monitoring Choices"));
|
||||
set_page_header_image (mon_vbox, icon_pixbuf);
|
||||
|
||||
monitor_via_hardware_button.signal_toggled().connect (sigc::mem_fun (*this, &ArdourStartup::config_changed));
|
||||
monitor_via_ardour_button.signal_toggled().connect (sigc::mem_fun (*this, &ArdourStartup::config_changed));
|
||||
|
||||
/* user could just click on "Forward" if default
|
||||
* choice is correct.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue