Files
renovate[bot] 4dd5c51436 chore(deps): update tauri monorepo to v2.4.1 (v2) (#2589)
* chore(deps): update tauri monorepo to v2.4.1

* Update tauri and regenerate command ref and schema

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com>
2025-04-02 09:37:19 +08:00

98 lines
1.2 KiB
Markdown

## Default Permission
Allows the moveWindow and handleIconState APIs
#### This default permission set includes the following:
- `allow-move-window`
- `allow-move-window-constrained`
- `allow-set-tray-icon-state`
## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`positioner:allow-move-window`
</td>
<td>
Enables the move_window command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`positioner:deny-move-window`
</td>
<td>
Denies the move_window command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`positioner:allow-move-window-constrained`
</td>
<td>
Enables the move_window_constrained command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`positioner:deny-move-window-constrained`
</td>
<td>
Denies the move_window_constrained command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`positioner:allow-set-tray-icon-state`
</td>
<td>
Enables the set_tray_icon_state command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`positioner:deny-set-tray-icon-state`
</td>
<td>
Denies the set_tray_icon_state command without any pre-configured scope.
</td>
</tr>
</table>