mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
fix: Fix comp with latest beta (#1018)
* fix: Fix comp with latest beta * linux
This commit is contained in:
@@ -1,30 +1,9 @@
|
||||
# Permissions
|
||||
|
||||
## allow-is-permission-granted
|
||||
|
||||
Enables the is_permission_granted command without any pre-configured scope.
|
||||
|
||||
## deny-is-permission-granted
|
||||
|
||||
Denies the is_permission_granted command without any pre-configured scope.
|
||||
|
||||
## allow-notify
|
||||
|
||||
Enables the notify command without any pre-configured scope.
|
||||
|
||||
## deny-notify
|
||||
|
||||
Denies the notify command without any pre-configured scope.
|
||||
|
||||
## allow-request-permission
|
||||
|
||||
Enables the request_permission command without any pre-configured scope.
|
||||
|
||||
## deny-request-permission
|
||||
|
||||
Denies the request_permission command without any pre-configured scope.
|
||||
|
||||
## default
|
||||
|
||||
Allows requesting permission, checking permission state and sending notifications
|
||||
|
||||
| Permission | Description |
|
||||
|------|-----|
|
||||
|`allow-is-permission-granted`|Enables the is_permission_granted command without any pre-configured scope.|
|
||||
|`deny-is-permission-granted`|Denies the is_permission_granted command without any pre-configured scope.|
|
||||
|`allow-notify`|Enables the notify command without any pre-configured scope.|
|
||||
|`deny-notify`|Denies the notify command without any pre-configured scope.|
|
||||
|`allow-request-permission`|Enables the request_permission command without any pre-configured scope.|
|
||||
|`deny-request-permission`|Denies the request_permission command without any pre-configured scope.|
|
||||
|`default`|Allows requesting permission, checking permission state and sending notifications|
|
||||
|
||||
Reference in New Issue
Block a user