Advance app runtime ownership and modernization docs

This commit is contained in:
2026-06-16 06:35:59 +02:00
parent c3d757f4a4
commit a76560e3df
24 changed files with 6675 additions and 9009 deletions

View File

@@ -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()