From 72d9876bc8949aa8ea894960dacbae18b4158738 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 18 Mar 2024 10:14:27 -0300 Subject: [PATCH] chore: update autogenerated file --- core/tauri/permissions/image/autogenerated/reference.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/tauri/permissions/image/autogenerated/reference.md b/core/tauri/permissions/image/autogenerated/reference.md index 58cdfab01..75a366089 100644 --- a/core/tauri/permissions/image/autogenerated/reference.md +++ b/core/tauri/permissions/image/autogenerated/reference.md @@ -4,14 +4,10 @@ |`deny-from-bytes`|Denies the from_bytes command without any pre-configured scope.| |`allow-from-path`|Enables the from_path command without any pre-configured scope.| |`deny-from-path`|Denies the from_path command without any pre-configured scope.| -|`allow-height`|Enables the height command without any pre-configured scope.| -|`deny-height`|Denies the height command without any pre-configured scope.| |`allow-new`|Enables the new command without any pre-configured scope.| |`deny-new`|Denies the new command without any pre-configured scope.| |`allow-rgba`|Enables the rgba command without any pre-configured scope.| |`deny-rgba`|Denies the rgba command without any pre-configured scope.| |`allow-size`|Enables the size command without any pre-configured scope.| |`deny-size`|Denies the size command without any pre-configured scope.| -|`allow-width`|Enables the width command without any pre-configured scope.| -|`deny-width`|Denies the width command without any pre-configured scope.| |`default`|Default permissions for the plugin.|