Advance app runtime ownership and modernization docs
This commit is contained in:
@@ -19,7 +19,7 @@ void App::cloud_upload()
|
||||
|
||||
void App::cloud_upload_all()
|
||||
{
|
||||
std::thread([this] {
|
||||
pp::panopainter::queue_legacy_cloud_worker_task([this] {
|
||||
BT_SetTerminate();
|
||||
|
||||
auto names = Asset::list_files(data_path, ".*\\.ppi");
|
||||
@@ -28,7 +28,7 @@ void App::cloud_upload_all()
|
||||
const auto status = pp::panopainter::execute_legacy_cloud_bulk_upload_plan(*this, plan);
|
||||
if (!status.ok())
|
||||
LOG("Cloud bulk upload action failed: %s", status.message);
|
||||
}).detach();
|
||||
});
|
||||
}
|
||||
|
||||
void App::cloud_browse()
|
||||
|
||||
Reference in New Issue
Block a user