* fix(deps): update tauri monorepo * Create tauri-beta-23.md * fix clippy - regen permissions * revert accidental cargo.toml change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
1.5 KiB
Default Permission
This permission set configures the types of dialogs available from the dialog plugin.
Granted Permissions
All dialog types are enabled.
allow-askallow-confirmallow-messageallow-saveallow-open
Permission Table
| Identifier | Description |
|---|---|
|
|
Enables the ask command without any pre-configured scope. |
|
|
Denies the ask command without any pre-configured scope. |
|
|
Enables the confirm command without any pre-configured scope. |
|
|
Denies the confirm command without any pre-configured scope. |
|
|
Enables the message command without any pre-configured scope. |
|
|
Denies the message command without any pre-configured scope. |
|
|
Enables the open command without any pre-configured scope. |
|
|
Denies the open command without any pre-configured scope. |
|
|
Enables the save command without any pre-configured scope. |
|
|
Denies the save command without any pre-configured scope. |