Recording enhancements
Compare changes
Files
3- Iiro Rastas authored
- The file extension is now chosen based on the chosen recording type. - The record button is disabled while the recording window is open, preventing the user from attempting to start multiple recordings simultaneously. - The color of the record button is now also changed to red when the recording is started from the recording window. - The available channels are now set as the recording window is opened.
+ 31
− 24
@@ -37,69 +37,70 @@ MediaPanel::MediaPanel(ftl::gui::Screen *screen, ftl::gui::SourceWindow *sourceW
@@ -294,9 +295,10 @@ void MediaPanel::cameraChanged() {
@@ -321,6 +323,11 @@ void MediaPanel::startRecording3D(ftl::gui::Camera *camera, const std::string &f
\ No newline at end of file