Files
tauri-plugins-workspace/plugins/window-state/permissions/autogenerated/commands/filename.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
389 B
TOML

# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-filename"
description = "Enables the filename command without any pre-configured scope."
commands.allow = ["filename"]
[[permission]]
identifier = "deny-filename"
description = "Denies the filename command without any pre-configured scope."
commands.deny = ["filename"]