mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
69 lines
777 B
Markdown
69 lines
777 B
Markdown
## Default Permission
|
|
|
|
Allows the moveWindow and handleIconState APIs
|
|
|
|
- `allow-move-window`
|
|
- `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-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>
|