summaryrefslogtreecommitdiff
path: root/src/lib/config.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-11 12:30:03 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-11 12:30:03 +0100
commit414e2efc51d27b788116d3f2bf541cad7f4ee925 (patch)
tree4c7fe9aab68146b922011eacd5301e286e007f96 /src/lib/config.cc
parentf57b252fd5d753a0b0eab3ccaf87ba4ea25e2f4e (diff)
Allow adding multiple DCPs to the verifier in one go, and remember the last location.
Diffstat (limited to 'src/lib/config.cc')
-rw-r--r--src/lib/config.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc
index 03c4bb72d..a2469ed8a 100644
--- a/src/lib/config.cc
+++ b/src/lib/config.cc
@@ -200,6 +200,7 @@ Config::set_defaults()
_initial_paths["SelectCertificatePath"] = boost::none;
_initial_paths["AddCombinerInputPath"] = boost::none;
_initial_paths["AddEditorInputPath"] = boost::none;
+ _initial_paths["AddVerifierInputPath"] = boost::none;
_initial_paths["ExportSubtitlesPath"] = boost::none;
_initial_paths["ExportVideoPath"] = boost::none;
_initial_paths["DebugLogPath"] = boost::none;