summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-02 00:43:02 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-02 00:43:02 +0100
commit2395a860a7449c3c45c3b1c7f5be121c99917681 (patch)
tree813dccc7a21bf6c739d8a4155d1378c47c4866e1 /src/lib
parentde9d31d5b2987065f070841e002183a6845b0180 (diff)
Remember where the last editor DCP was opened from.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/config.cc1
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;