Quote:
Originally Posted by yiming
thanks for the answers. managed to change the order of items in my launcher using the method, except HackedUpReader, which had been added to the launcher using the HackedUpReaderExtension. HackedUpReader has no menu.json and ends up as the 1st item on the list.
|
That's because the priority is set when the launcher entry is generated in the Java code of the hackedupreader extension.
AFAIK there is currently no way of setting the priority for a Java implemented launcher item outside of the code itself.