mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 10:49:59 +01:00
Update New Source panel for Media
Added list of recent files, recent recordings, and folders list of media files. All saved in settings. Connect list of recent recordings with recorder.
This commit is contained in:
@@ -462,6 +462,8 @@ void VideoRecorder::terminate()
|
||||
Log::Info("Video Recording : try a lower resolution / a lower framerate / a larger buffer size / a faster codec.");
|
||||
}
|
||||
|
||||
// remember and inform
|
||||
Settings::application.recentRecordings.push(filename_);
|
||||
Log::Notify("Video Recording %s is ready.", filename_.c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user