mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
19 lines
427 B
Markdown
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.
|
|
|