mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 02:24:18 +00:00
fix explicit actions
This commit is contained in:
parent
dbeacbc723
commit
71fa465850
@ -135,7 +135,7 @@ class ElectronApp {
|
||||
|
||||
const explicitAction = urlValue.split("%3E")
|
||||
|
||||
if (explicitAction) {
|
||||
if (explicitAction[1]) {
|
||||
const [action, value] = explicitAction
|
||||
|
||||
switch (action) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user