diff options
Diffstat (limited to 'src/lib/config.cc')
| -rw-r--r-- | src/lib/config.cc | 1 |
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; |
