diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-03 20:56:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-04 10:25:10 +0100 |
| commit | 2eb7ac323df51a65df1a7cf856058fb4cf0bc020 (patch) | |
| tree | a8fb7191105746b9c931166ff7906826f887bdef /src/lib | |
| parent | 94903b113b78ad8b939c067f91739a2752b8019e (diff) | |
Also use FileDialog for adding certificates to screens.
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 30e80b938..5db5cf35f 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -188,6 +188,7 @@ Config::set_defaults () _initial_paths.clear(); _initial_paths["AddFilesPath"] = boost::none; _initial_paths["AddDKDMPath"] = boost::none; + _initial_paths["SelectCertificatePath"] = boost::none; _use_isdcf_name_by_default = true; _write_kdms_to_disk = true; _email_kdms = false; |
