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
@@ -57,7 +57,8 @@ bool InitModule() {
// Also show a desktop notification most people likely won't see the
// above message
send_notification("Failed to initialize VST3 plugin", error.what());
send_notification("Failed to initialize VST3 plugin", error.what(),
true);
return false;
}