From 7a4a760d6fa530d3b8e3abf6b9f9ca9c3845002e Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 25 Mar 2024 16:27:41 +0100 Subject: [PATCH] use default install invokation --- src/main/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/index.js b/src/main/index.js index f48edf3..e82470c 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -194,9 +194,7 @@ class ElectronApp { return this.authService.authorize(pkgid, token) } default: { - return sendToRender("new:message", { - message: "Unrecognized URL action" - }) + return sendToRender("installation:invoked", explicitAction[0]) } } } else {