diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-25 14:47:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-26 11:39:59 +0200 |
| commit | 32474a0dcd9b039026d91e07386193f9a3ea4588 (patch) | |
| tree | 4ae0a993323a8bb1dc835d1e2ef82ce24e635a5c | |
| parent | 051bac905d3ab8776c804e0e21fecd4c49927549 (diff) | |
Signal the correct change when unsetting the sound output.
Otherwise we don't notice when the output is set back to
whetever happens to be the default.
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index f3d080b0b..9e6b747a2 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -963,7 +963,7 @@ public: } _sound_output = boost::none; - changed (); + changed(SOUND_OUTPUT); } void set_kdm_container_name_format (dcp::NameFormat n) { |
