Fixup for previous changes
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
b6522a0b66
commit
575fe6c8a1
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ int rateLimit = 0;
|
|||
|
||||
bool isStandalone()
|
||||
{
|
||||
return std::strstr(getPluginFormatName(), "JACK") != nullptr;
|
||||
return std::strstr(getPluginFormatName(), "Standalone") != nullptr;
|
||||
}
|
||||
|
||||
#ifdef ARCH_WIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue