Merge pull request #708 from patriceac/patch-6

Add icon to "Process newest jobs first" setting
This commit is contained in:
cmdr2
2022-12-27 10:25:45 +05:30
committed by GitHub

View File

@ -83,6 +83,7 @@ var PARAMETERS = [
type: ParameterType.checkbox,
label: "Process newest jobs first",
note: "reverse the normal processing order",
icon: "fa-arrow-down-short-wide",
default: false,
},
{