diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-07 20:13:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-07 20:13:14 +0100 |
| commit | e572ffd2e0bdc59cd00103a242d290d89e039c93 (patch) | |
| tree | 846deb239f7fefbb4df433e30df060dcc1b4b004 /src/lib | |
| parent | bd24f28d9d78c40d1f790c4213100532407ff783 (diff) | |
Remember paths in the add input dir picker in the combiner.
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 5db5cf35f..e3325859f 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -189,6 +189,7 @@ Config::set_defaults () _initial_paths["AddFilesPath"] = boost::none; _initial_paths["AddDKDMPath"] = boost::none; _initial_paths["SelectCertificatePath"] = boost::none; + _initial_paths["AddCombinerInputPath"] = boost::none; _use_isdcf_name_by_default = true; _write_kdms_to_disk = true; _email_kdms = false; |
