diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-11 22:55:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-11 22:55:27 +0100 |
| commit | 8a04d3d74cdb756baa399cc7693393285b064c59 (patch) | |
| tree | 53cf594d13f198b1747ca0021777af8170820350 /src/lib | |
| parent | 8282169ec34b0186f5052a2d931360779c932492 (diff) | |
Store last path for adding KDMs (#2348).
Diffstat (limited to 'src/lib')
| -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 d032e6c64..aea54aa23 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -187,6 +187,7 @@ Config::set_defaults () _custom_languages.clear (); _initial_paths.clear(); _initial_paths["AddFilesPath"] = boost::none; + _initial_paths["AddKDMPath"] = boost::none; _initial_paths["AddDKDMPath"] = boost::none; _initial_paths["SelectCertificatePath"] = boost::none; _initial_paths["AddCombinerInputPath"] = boost::none; |
