Closed AllowDeny0123 closed 1 year ago
Thank you for your report.
Perhaps using the work "list" is a bit overloaded in the context of Python code, but the paragraph before describes it as a sequence, which I think is clear enough.
There is a reason for using a tuple: it is supposed to be immutable and change only with lambdas providing custom menu items.
The description of this says it should be a list, but the original is tuple. IMHO, If you adjust the code to fit the description, it will make it easier to edit the menu items:
I don't pretend to be correct, but if there is a reason for tuple there, I'd like to hear an explanation, since I don't have much experience in development