project initiate.
This commit is contained in:
16
src-tauri/capabilities/default.json
Normal file
16
src-tauri/capabilities/default.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
"core:window:allow-start-dragging",
|
||||
"os:default",
|
||||
"notification:default",
|
||||
"dialog:default"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user