diff --git a/Recorder.cpp b/Recorder.cpp index 9234fc9..134f722 100644 --- a/Recorder.cpp +++ b/Recorder.cpp @@ -120,6 +120,8 @@ std::string PNGRecorder::init(GstCaps *caps) void PNGRecorder::terminate() { + // remember and inform + Settings::application.recentRecordings.push(filename_); Log::Notify("PNG Capture %s is ready.", filename_.c_str()); }