This commit is contained in:
SrGooglo 2024-03-25 09:27:23 +01:00
parent 4cd09d8f44
commit a95f566518

View File

@ -62,7 +62,6 @@ class ElectronApp {
return false
}
//await this.pkgManager.uninstall(manifest_id)
await this.pkgManager.install(pkg)
},
"pkg:cancel_install": async (event, manifest_id) => {
@ -117,7 +116,9 @@ class ElectronApp {
return this.pkgManager.openRuntimePath()
},
"open-dev-logs": () => {
return
return sendToRender("new:message", {
message: "Not implemented yet",
})
}
}