Route video export start through app core
This commit is contained in:
@@ -680,6 +680,9 @@ void App::dialog_ppbr_export()
|
||||
|
||||
void App::dialog_timelapse_export()
|
||||
{
|
||||
if (!can_start_document_export(*this, false))
|
||||
return;
|
||||
|
||||
#if __IOS__ || __WEB__
|
||||
const auto target = pp::app::make_document_export_suggested_name(doc_name, "-timelapse");
|
||||
if (!target) {
|
||||
@@ -708,6 +711,9 @@ void App::dialog_timelapse_export()
|
||||
|
||||
void App::dialog_export_mp4()
|
||||
{
|
||||
if (!can_start_document_export(*this, false))
|
||||
return;
|
||||
|
||||
#if __IOS__ || __WEB__
|
||||
const auto target = pp::app::make_document_export_suggested_name(doc_name, "-animation");
|
||||
if (!target) {
|
||||
|
||||
Reference in New Issue
Block a user