mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
381a466db3
* 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>
11 lines
267 B
TOML
11 lines
267 B
TOML
"$schema" = "schemas/schema.json"
|
|
[default]
|
|
description = """
|
|
No features are enabled by default, as we believe
|
|
the shortcuts can be inherently dangerous and it is
|
|
application specific if specific shortcuts should be
|
|
registered or unregistered.
|
|
"""
|
|
|
|
permissions = []
|