Files
LockScreenWallpaper/plugins/permissions/autogenerated/commands/apply_wallpaper.toml
T
Christoph 73f8599c7f feat(wallpaper): add apply_wallpaper workflow and rotation worker
Adds a new apply_wallpaper command and its plumbing across
desktop, mobile, and Android. A WorkManager-based rotation
worker handles applying wallpapers in the background. Wallpaper
state now tracks currentId and imageIds for precise control.

- Introduced apply_wallpaper command across desktop, mobile and Android
- Added WorkManager-based rotation worker to apply wallpapers in the
  background
- Extended wallpaper state with currentId and imageIds and updated schemas/permissions
2026-08-21 23:15:00 +02:00

14 lines
431 B
TOML

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