mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Emit signal for special cased configuration variable
This commit is contained in:
parent
4c0ce20941
commit
27ee53bf8f
1 changed files with 1 additions and 0 deletions
|
|
@ -721,6 +721,7 @@ ARDOUR::set_translations_enabled (bool yn)
|
|||
(void) ::write (fd, &c, 1);
|
||||
(void) ::close (fd);
|
||||
|
||||
Config->ParameterChanged ("enable-translation");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue