diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-24 23:48:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-24 23:48:19 +0200 |
| commit | beff4bc1ac309cb17522c2417dddf60f5b6ca15d (patch) | |
| tree | b772dca2c0dcedb421c51be8fd735ac9e1429254 | |
| parent | e3b8ace9986cb11b429123c79e41770409d475d7 (diff) | |
Sign DCPs when saving them out of the editor.
| -rw-r--r-- | src/tools/dcpomatic_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_editor.cc b/src/tools/dcpomatic_editor.cc index 3b19bd5b6..e4439dacf 100644 --- a/src/tools/dcpomatic_editor.cc +++ b/src/tools/dcpomatic_editor.cc @@ -458,7 +458,7 @@ private: void file_save () { - _dcp->write_xml(); + _dcp->write_xml(Config::instance()->signer_chain()); } void file_exit () |
