diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-17 23:45:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-17 23:45:38 +0100 |
| commit | 2fd68d37f503776bbe919d6aa01bf9cf6ec6a6dd (patch) | |
| tree | dc34e354d1f2bb7c33565a82d841b902c764cd8e /src/lib | |
| parent | 029044ae58f4dc7f12f4e2d7b5ab85e4d950125b (diff) | |
Use FileDialog for saving preferences ZIPs.
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 c296ba2a7..f5ad60714 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -196,6 +196,7 @@ Config::set_defaults () _initial_paths["DebugLogPath"] = boost::none; _initial_paths["CinemaDatabasePath"] = boost::none; _initial_paths["ConfigFilePath"] = boost::none; + _initial_paths["Preferences"] = boost::none; _use_isdcf_name_by_default = true; _write_kdms_to_disk = true; _email_kdms = false; |
