mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-02 13:41:49 +02:00
8a5e05cd83
* fix: Fix comp with latest beta * linux
13 lines
794 B
Markdown
13 lines
794 B
Markdown
| Permission | Description |
|
|
|------|-----|
|
|
|`allow-ask`|Enables the ask command without any pre-configured scope.|
|
|
|`deny-ask`|Denies the ask command without any pre-configured scope.|
|
|
|`allow-confirm`|Enables the confirm command without any pre-configured scope.|
|
|
|`deny-confirm`|Denies the confirm command without any pre-configured scope.|
|
|
|`allow-message`|Enables the message command without any pre-configured scope.|
|
|
|`deny-message`|Denies the message command without any pre-configured scope.|
|
|
|`allow-open`|Enables the open command without any pre-configured scope.|
|
|
|`deny-open`|Denies the open command without any pre-configured scope.|
|
|
|`allow-save`|Enables the save command without any pre-configured scope.|
|
|
|`deny-save`|Denies the save command without any pre-configured scope.|
|