We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380601b commit c306bb5Copy full SHA for c306bb5
src/main.js
@@ -1729,6 +1729,12 @@ function BlackboxLogViewer() {
1729
$(".btn-video-export").click(function (e) {
1730
setGraphState(GRAPH_STATE_PAUSED);
1731
1732
+ const exportDialog = new VideoExportDialog($("#dlgVideoExport"), function(newConfig) {
1733
+ videoConfig = newConfig;
1734
+
1735
+ prefs.set('videoConfig', newConfig);
1736
+ });
1737
1738
exportDialog.show(
1739
flightLog,
1740
{
0 commit comments