Files
tauri-plugins-workspace/plugins/window-state/permissions/autogenerated/commands/restore_state.toml
T
TonyandGitHub 1f9e7ab4a0 fix(window-state): missing restore_state and filename js binding permission (#1180)
* Fix js binding commands

* Re-run build

* Add change file
2024-04-15 12:04:52 +02:00

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"]