Plan PPBR export reporting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user