mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
refactor(global-shortcut): enhance un/register to accept an array, remove un/registerAll (#1117)
* refactor(shell): enhance `un/register` to accept an array, remove `un/registerAll` closes #1101 * Update lib.rs * remove permissions, cleanup docs * bring back unregister_all * fmt * fix build * bundle --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
@@ -4850,13 +4850,6 @@
|
||||
"global-shortcut:allow-register"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "global-shortcut:allow-register-all -> Enables the register_all command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"global-shortcut:allow-register-all"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "global-shortcut:allow-unregister -> Enables the unregister command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -4885,13 +4878,6 @@
|
||||
"global-shortcut:deny-register"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "global-shortcut:deny-register-all -> Denies the register_all command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"global-shortcut:deny-register-all"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "global-shortcut:deny-unregister -> Denies the unregister command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user