Files
tauri-plugins-workspace/plugins/window-state/permissions/autogenerated/reference.md
T
Tony 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

9 lines
586 B
Markdown

| Permission | Description |
|------|-----|
|`allow-filename`|Enables the filename command without any pre-configured scope.|
|`deny-filename`|Denies the filename command without any pre-configured scope.|
|`allow-restore-state`|Enables the restore_state command without any pre-configured scope.|
|`deny-restore-state`|Denies the restore_state command without any pre-configured scope.|
|`allow-save-window-state`|Enables the save_window_state command without any pre-configured scope.|
|`deny-save-window-state`|Denies the save_window_state command without any pre-configured scope.|