chore(deps): update tauri to 2.0.0-rc.12 (#1785)

This commit is contained in:
Lucas Fernandes Nogueira
2024-09-15 11:36:23 -03:00
committed by GitHub
parent 6f3f66794a
commit fb85e5dd76
31 changed files with 4347 additions and 7422 deletions
@@ -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"
}
]
}