Append a link to the plugin to the notifications

This commit is contained in:
Robbert van der Helm
2021-06-28 13:05:32 +02:00
parent 388d9739a9
commit c5afb7f215
5 changed files with 32 additions and 5 deletions
+2 -1
View File
@@ -321,7 +321,8 @@ class PluginBridge {
"Check yabridge's output for more information on what "
"went wrong. You may need to rerun your DAW from a "
"terminal and restart the plugin scanning process to "
"see the error.");
"see the error.",
true);
std::terminate();
}