mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
cleanup
This commit is contained in:
parent
4cd09d8f44
commit
a95f566518
@ -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",
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user