Route app network TLS policy through platform services

This commit is contained in:
2026-06-04 17:35:24 +02:00
parent 401ce33498
commit 883be98557
10 changed files with 73 additions and 22 deletions

View File

@@ -191,6 +191,11 @@ bool App::uses_work_directory_document_export_collections() const
return active_platform_services().uses_work_directory_document_export_collections();
}
bool App::disables_network_tls_verification() const
{
return active_platform_services().disables_network_tls_verification();
}
void App::pick_dir(std::function<void(std::string path)> callback)
{
redraw = true;