Files
coco-app/src-tauri/capabilities/desktop.json
tu6ge fed928889b feat: auto start with os start (#33)
* feat: auto start with os start

* feat: shortcut default value enable
2024-11-30 15:29:00 +08:00

14 lines
251 B
JSON

{
"identifier": "desktop-capability",
"platforms": [
"macOS",
"windows",
"linux"
],
"permissions": [
"autostart:allow-enable",
"autostart:allow-disable",
"autostart:allow-is-enabled",
"global-shortcut:default"
]
}