Files
LockScreenWallpaper/plugins/permissions/autogenerated/commands/get_gallery.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
407 B
TOML

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