mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Append a link to the plugin to the notifications
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user