13 lines
243 B
Markdown
13 lines
243 B
Markdown
# Applications
|
|
|
|
## Desktop Actions
|
|
|
|
To enable desktop actions support, set `desktop_actions` in the applications plugin config
|
|
file to `true` like so:
|
|
|
|
`<anyrun config directory>/applications.ron`:
|
|
```ron
|
|
Config(
|
|
desktop_actions: true,
|
|
)
|
|
``` |