use default install invokation

This commit is contained in:
SrGooglo 2024-03-25 16:27:41 +01:00
parent 6be4fdcd12
commit 7a4a760d6f

View File

@ -194,9 +194,7 @@ class ElectronApp {
return this.authService.authorize(pkgid, token) return this.authService.authorize(pkgid, token)
} }
default: { default: {
return sendToRender("new:message", { return sendToRender("installation:invoked", explicitAction[0])
message: "Unrecognized URL action"
})
} }
} }
} else { } else {