Skip to content

Commit

Permalink
chore: fix incorrect permissions (#2149)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian-Lars <[email protected]>
  • Loading branch information
amrbashir and FabianLars authored May 14, 2024
1 parent 85c87cd commit d383900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/features/window-state.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ See [Access Control List](/references/acl) for more information.
{
"permissions": [
...,
"window-state:allow-restore-window-state",
"window-state:allow-restore-state",
"window-state:allow-save-window-state",
]
}
```

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

0 comments on commit d383900

Please sign in to comment.