diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-09 00:41:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-09 00:41:04 +0200 |
| commit | 41ec2d96e2012ebb766b6dd0c65f80be61584bfb (patch) | |
| tree | 92695ff1e604861cc7675e7d1ce91fa8557750cb /src/lib | |
| parent | 1e3a30a38e96e69e7de8d6932a0ade5a9a4f5f59 (diff) | |
Add option to copy content settings from another project (#2808).
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 bbf0539e4..1ca73c400 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -204,6 +204,7 @@ Config::set_defaults () _initial_paths["ConfigFilePath"] = boost::none; _initial_paths["Preferences"] = boost::none; _initial_paths["SaveVerificationReport"] = boost::none; + _initial_paths["CopySettingsPath"] = boost::none; _use_isdcf_name_by_default = true; _write_kdms_to_disk = true; _email_kdms = false; |
