Skip to content

Commit d94dff5

Browse files
committed
plugins/applications: update docs for entry_priority
1 parent 812bae6 commit d94dff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/applications/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Config(
3333
)),
3434
3535
// Whether to prioritize actions or applications
36-
// Could be ActionsFirst, ApplicationsFirst, or NoPriority
37-
entry_priority: Some(ActionsFirst),
36+
// Could be ActionsFirst (default), ApplicationsFirst, or NoPriority
37+
entry_priority: ActionsFirst,
3838
)
3939
```

0 commit comments

Comments
 (0)