Files
tauri-plugins-workspace/plugins/window-state/permissions/autogenerated/reference.md
T
Tillmann d198c01486 feat: update to tauri beta, add permissions (#862)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
2024-02-03 15:14:41 -03:00

19 lines
427 B
Markdown

# Permissions
## allow-restore-window-state
Enables the restore_window_state command without any pre-configured scope.
## deny-restore-window-state
Denies the restore_window_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.