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
commit e65150647d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
},
{