Initial commit
This commit is contained in:
17
src-tauri/capabilities/desktop.json
Normal file
17
src-tauri/capabilities/desktop.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"identifier": "desktop-capability",
|
||||
"platforms": [
|
||||
"macOS",
|
||||
"windows",
|
||||
"linux"
|
||||
],
|
||||
"windows": [
|
||||
"welcome",
|
||||
"folder-*",
|
||||
"commit-*",
|
||||
"settings"
|
||||
],
|
||||
"permissions": [
|
||||
"window-state:default"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user