mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-24 21:40:48 +02:00
fix(geolocation): plugin does not have a execute command
This commit is contained in:
@@ -350,20 +350,6 @@
|
||||
"deny-clear-watch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-execute -> Enables the execute command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-execute"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "deny-execute -> Denies the execute command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-execute"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "allow-get-current-position -> Enables the get_current_position command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user