File Property Dialog Rewrite (phase 1)

This commit is contained in:
Robin Davies
2024-08-14 07:30:11 -04:00
parent 084e86f41a
commit 3ef263a16e
17 changed files with 948 additions and 166 deletions
+1 -1
View File
@@ -663,7 +663,7 @@ const PluginControlView =
})
.catch((error) => {
this.model.showAlert("setPatchProperty failed: " + error);
this.model.showAlert("Unable to complete the operation. Audio is not running." + error);
});
this.setState({ showFileDialog: false });
}