diff --git a/src/main/index.js b/src/main/index.js index 3d1f13c..17cb06c 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -135,7 +135,7 @@ class ElectronApp { const explicitAction = urlValue.split("%3E") - if (explicitAction) { + if (explicitAction[1]) { const [action, value] = explicitAction switch (action) {