mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-30 17:48:50 +02:00
chore(deps): update tauri to 2.0.0-rc.12 (#1785)
This commit is contained in:
@@ -295,25 +295,19 @@
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"description": "allow-move-window -> Enables the move_window command without any pre-configured scope.",
|
||||
"description": "Enables the move_window command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-move-window"
|
||||
]
|
||||
"const": "allow-move-window"
|
||||
},
|
||||
{
|
||||
"description": "deny-move-window -> Denies the move_window command without any pre-configured scope.",
|
||||
"description": "Denies the move_window command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-move-window"
|
||||
]
|
||||
"const": "deny-move-window"
|
||||
},
|
||||
{
|
||||
"description": "default -> Allows the move_window command",
|
||||
"description": "Allows the move_window command",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"default"
|
||||
]
|
||||
"const": "default"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user