fix js error
This commit is contained in:
parent
d9b4a5b8d9
commit
033d67639c
|
|
@ -216,7 +216,7 @@ void removeSearchPath(int typeId, QString pathToRemove);
|
|||
# ), 0)
|
||||
|
||||
onVstChanged: `function() {
|
||||
setTimeout();
|
||||
setTimeout(() => {});
|
||||
logger.debug("vst changed");
|
||||
|
||||
setTimeout((async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue