Plan PPBR export reporting

This commit is contained in:
2026-06-05 09:49:32 +02:00
parent fcc0e577b8
commit f225a81ec4
8 changed files with 50 additions and 10 deletions

View File

@@ -50,7 +50,8 @@ public:
BT_SetTerminate();
app->presets->export_ppbr(path_string, info);
dialog->destroy();
app->message_box("Export PPBR", "Brushes exported to:\n" + path_string);
const auto plan = pp::app::plan_brush_package_export_success_dialog(path_string);
app->message_box(plan.title, plan.message, plan.show_cancel);
}).detach();
return;
}