This commit is contained in:
PCoder 2024-07-19 20:13:11 +05:30
parent df467691b8
commit b3b2a73fc9

View file

@ -101,7 +101,6 @@ def menuitems_children(parent, context=None):
for menuitem in menuitems_children:
try:
menuitem.title = menuitem.trans_title
print(menuitem.title)
except AttributeError as aee:
pass
return menuitems_children