diff options
| author | 2026-01-14 10:36:19 +0800 | |
|---|---|---|
| committer | 2026-01-14 10:36:19 +0800 | |
| commit | 71e3b888d07b263c59f748e7c0113ae1436a7e7d (patch) | |
| tree | daa19b813ee94c60085e5040f695b90b0186bd84 /src-tauri/gen/schemas/capabilities.json | |
| parent | c95e32d67f6afa681e82fae847fbf1d3f47e61a8 (diff) | |
| download | DropOut-71e3b888d07b263c59f748e7c0113ae1436a7e7d.tar.gz DropOut-71e3b888d07b263c59f748e7c0113ae1436a7e7d.zip | |
feat: add capability configuration for the main window
Diffstat (limited to 'src-tauri/gen/schemas/capabilities.json')
| -rw-r--r-- | src-tauri/gen/schemas/capabilities.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/gen/schemas/capabilities.json b/src-tauri/gen/schemas/capabilities.json index 9e26dfe..a8dc8e4 100644 --- a/src-tauri/gen/schemas/capabilities.json +++ b/src-tauri/gen/schemas/capabilities.json @@ -1 +1 @@ -{}
\ No newline at end of file +{"default":{"identifier":"default","description":"Capability for the main window","local":true,"windows":["main"],"permissions":["core:default","shell:allow-open"]}}
\ No newline at end of file |