mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
24154472a6
* chore(dialog): reuse `message` command for confirm * Add change file * Remove ask and confirm from default permissions * Format * Remove extra `toString` * Point `allow-confirm` to `allow-message`
15 lines
272 B
TOML
15 lines
272 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[default]
|
|
description = """
|
|
This permission set configures the types of dialogs
|
|
available from the dialog plugin.
|
|
|
|
#### Granted Permissions
|
|
|
|
All dialog types are enabled.
|
|
|
|
|
|
"""
|
|
permissions = ["allow-message", "allow-save", "allow-open"]
|