-
|
Hi there, what is the min and max to set for priority? Is it based on number of plugins installed? 10=top priority? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The values range from a minimum of -999 to a maximum of 999, with a default setting of 0. You can simply think of it as the items being sorted in descending order (highest values appearing first). When all values are at their default (0):
Negative values are allowed because the default is set to 0. This feature was included so you can quickly lower the priority of a specific plugin whenever needed. (In the past, negative values were not allowed. To deprioritize the 'Search' plugin, it was necessary to increment all other plugin priorities to 1 while keeping Search at 0.) |
Beta Was this translation helpful? Give feedback.
-
|
@onesounds Thanks for that. |
Beta Was this translation helpful? Give feedback.
The values range from a minimum of -999 to a maximum of 999, with a default setting of 0. You can simply think of it as the items being sorted in descending order (highest values appearing first).
When all values are at their default (0):
Negative values are allowed because the default is set to 0. This feature was included so you can quickly lower the priority of a specific plugin whenever needed. (In the past, negative values were not allowed. To deprioritize the 'Search' plugin, it was necessary to increment all other plugin prior…