AI submenu now has all at top

This commit is contained in:
2021-09-22 19:19:21 +10:00
parent db13197f4a
commit a1f8afa781
2 changed files with 1 additions and 3 deletions

View File

@@ -307,10 +307,10 @@ $.contextMenu({
item_list['ai'] = {
name: "Scan file for faces",
items: {
"ai-all": {"name": "all"},
{% for p in people %}
"ai-{{p.tag}}": {"name": "{{p.tag}}"},
{% endfor %}
"ai-all": {"name": "all"},
}
}