We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812bae6 commit d94dff5Copy full SHA for d94dff5
plugins/applications/README.md
@@ -33,7 +33,7 @@ Config(
33
)),
34
35
// Whether to prioritize actions or applications
36
- // Could be ActionsFirst, ApplicationsFirst, or NoPriority
37
- entry_priority: Some(ActionsFirst),
+ // Could be ActionsFirst (default), ApplicationsFirst, or NoPriority
+ entry_priority: ActionsFirst,
38
)
39
```
0 commit comments