Files
LockScreenWallpaper/plugins/permissions/autogenerated/commands/delete_image.toml
T
Christoph 2cfc7c5dcb feat(wallpaper): extend commands with gallery, delete image, and crop
The plugin now exposes gallery retrieval, image deletion and image crop
across Android, desktop and mobile. The Rust core and Android
bridge are wired to handle these commands, updating state as needed.

- Add gallery, delete_image, and set_image_crop commands
- across Android, desktop and mobile.
- Update permissions, defaults, and schema to enable new commands.
2026-08-20 22:06:00 +02:00

14 lines
413 B
TOML

# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-delete-image"
description = "Enables the delete_image command without any pre-configured scope."
commands.allow = ["delete_image"]
[[permission]]
identifier = "deny-delete-image"
description = "Denies the delete_image command without any pre-configured scope."
commands.deny = ["delete_image"]