Actual Documentation Update

Fixed Prettier test in github wasn't passing. Made json file format.
pull/2395/head
Dominic Moser 6 months ago
parent 5683a82234
commit 09b51339d3
No known key found for this signature in database
GPG Key ID: 87FD06643B0B1C4C

@ -73,13 +73,14 @@ Second, add the required permissions in the project:
`src-tauri/capabilities/default.json`
```rust
```json
"permissions": [
+"haptics:allow-impact-feedback",
+"haptics:allow-notification-feedback",
+"haptics:allow-selection-feedback",
+"haptics:allow-vibrate"
]```
]
```
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:

Loading…
Cancel
Save