wallitor/wallitor-gui/src-tauri/capabilities/video.json

8 lines
255 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "video",
"description": "Capability for the main window",
"windows": ["wallitor_video_playback"],
"permissions": ["core:default", "shell:allow-open","core:window:allow-destroy"]
}