diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-03 20:47:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-04 10:25:10 +0100 |
| commit | 94903b113b78ad8b939c067f91739a2752b8019e (patch) | |
| tree | 303b8008e1e996061e6fed5aefaa4b5418d9837e /src/lib | |
| parent | 13fae8b9710e1f630fafdc62ecd06c723edf7ff0 (diff) | |
Use FileDialog for Add DKDM in the KDM creator.
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 21e670306..30e80b938 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["AddDKDMPath"] = boost::none; _use_isdcf_name_by_default = true; _write_kdms_to_disk = true; _email_kdms = false; |
