Downloads

This commit is contained in:
Robin E. R. Davies
2025-02-27 03:34:27 -05:00
parent 759132dd4c
commit 229e85d608
11 changed files with 263 additions and 59 deletions
+1 -1
View File
@@ -790,7 +790,7 @@ const PluginControlView =
})
.catch((error) => {
this.model.showAlert("Unable to complete the operation. Audio is not running." + error);
this.model.showAlert("Unable to complete the operation. " + error);
});
this.setState({ showFileDialog: false });
}