diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-02 00:43:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-02 00:43:02 +0100 |
| commit | 2395a860a7449c3c45c3b1c7f5be121c99917681 (patch) | |
| tree | 813dccc7a21bf6c739d8a4155d1378c47c4866e1 /src/lib | |
| parent | de9d31d5b2987065f070841e002183a6845b0180 (diff) | |
Remember where the last editor DCP was opened from.
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 267831341..b4c632ae1 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -201,6 +201,7 @@ Config::set_defaults() _initial_paths["AddDKDMPath"] = boost::none; _initial_paths["SelectCertificatePath"] = boost::none; _initial_paths["AddCombinerInputPath"] = boost::none; + _initial_paths["AddEditorInputPath"] = boost::none; _initial_paths["ExportSubtitlesPath"] = boost::none; _initial_paths["ExportVideoPath"] = boost::none; _initial_paths["DebugLogPath"] = boost::none; |
