mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-30 17:48:50 +02:00
14 lines
419 B
TOML
14 lines
419 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-restore-state"
|
|
description = "Enables the restore_state command without any pre-configured scope."
|
|
commands.allow = ["restore_state"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-restore-state"
|
|
description = "Denies the restore_state command without any pre-configured scope."
|
|
commands.deny = ["restore_state"]
|