New: Advanced settings for Application category control

This commit is contained in:
Qstick
2021-09-03 14:50:03 -04:00
parent 5a3d429d52
commit 34a09af01e
8 changed files with 68 additions and 12 deletions

View File

@@ -53,7 +53,8 @@ function getSelectValues(selectOptions) {
result.push({
key: option.value,
value: option.name,
hint: option.hint
hint: option.hint,
parentKey: option.parentValue
});
return result;